Color Hex Logo

#35001b Color Hex

#35001B
(53,0,27)
0 Favorites   0 Comments

Color spaces of #35001b

RGB 53027
HSL0.921.000.10
HSV329°100°21°
CMYK 0.001.000.49   0.79
XYZ1.66600.83601.1105
Yxy0.83600.46120.2314
Hunter Lab9.143316.5237-0.8008
CIE-Lab7.551528.3668-2.7666

#35001b color RGB value is (53,0,27).

#35001b hex color red value is 53, green value is 0 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #35001b hue: 0.92 , saturation: 1.00 and the lightness value of 35001b is 0.10.

The process color (four color CMYK) of #35001b color hex is 0.00, 1.00, 0.49, 0.79. Web safe color of #35001b is #330033. Color #35001b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 00011011
Octal 65 0 33
Decimal 53 0 27
Hex 35 0 1B

RGB Percentages of Color #35001b

%66.25
%0.00
%33.75

CMYK Percentages of Color #35001b

%0
%100
%49
%79

Triadic Colors of #35001b

#35001b #1b3500 #001b35

Analogous Colors of #35001b

#35001b #350000 #350035

Monochromatic Colors of #35001b

#35001b

Complementary Color

#35001b #00351a

#35001b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35001b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35001b Color CSS Codes

.mybgcolor {background-color:#35001b; } 
.myforecolor {color:#35001b; }
.mybordercolor {border:3px solid #35001b; }

#35001b Text Font Color

<p style="color:#35001b">Text here</p>

This sample text font color is #35001b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#35001b Background Color

<div style="background-color:#35001b">
Div content here</div>

This div background color is #35001b


#35001b Border Color

<div style="border:3px solid #35001b">
Div here</div>

This div border color is #35001b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,0,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35001b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35001b;
  -webkit-box-shadow: 1px 1px 3px 2px #35001b;
  box-shadow:         1px 1px 3px 2px #35001b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,0,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #35001b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #35001b;
  -webkit-box-shadow: 1px 1px 3px 2px #35001b;
  box-shadow:         1px 1px 3px 2px #35001b;">
Div content here</div>

This div box has shadow with color #35001b


Comments

No comments written yet.

Please login to write comment.