Html Css Color HEX #3B1E02 Cocoa Brown

📋 copy color: '#3B1E02'

red 59 ◦ green 30 ◦ blue 2

#3B1E02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #3B1E02

Tints of Cocoa Brown #3B1E02

RGB

 RED value IS 59 (23.44% from 255) = 64.84%

 GREEN value IS 30 (12.11% from 255) = 32.97%

 BLUE value IS 2 (1.17% from 255) = 2.2%

R = 64.84%
G = 32.97%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3B1E02 (or 0x3B1E02) is known color: Cocoa Brown. HEX triplet: 3B, 1E and 02. RGB value is (59,30,2). Sum of RGB (Red+Green+Blue) = 59+30+2=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E02 is #C4E1FD. Grayscale: #232323. Windows color (decimal): -12902910 or 138811. OLE color: 138811.

HSL color Cylindrical-coordinate representation of color #3B1E02: hue angle of 29.47º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B1E02 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 30 2 -
CMYK 0 0.49 0.97 0.77
HSL 29.47º 0.93% 0.12% -
HSV(B) 29.47º 0.97% 0.23% -
XYZ 2.28 1.86 0.3 -
YUV 35.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 59 30 2 0 0.49 0.97 0.77 29.47 0.93 0.12
Hex 3B 1E 2 0 31 61 4D 1D 5D C
Octal 73 36 2 0 61 141 115 35 135 14
Binary 111011 11110 10 0 110001 1100001 1001101 11101 1011101 1100

Color Harmonies of #3B1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1E02

Black with #3B1E02

Text Example


Text Example

White with #3B1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B1E02; }

 p { color: rgb(59,30,2); }

 H1.HeaderClassName
 {
   color: #3B1E02;
 }
 .AnyTagClassName
 {
   color: #3B1E02;
 }
</style>

background-color css

<style>
 a { background-color: #3B1E02; }

 a { background-color: rgb(59,30,2); }

 div.DivClassName
 {
   background-color: #3B1E02;
 }
 .BgClassName
 {
   background-color: #3B1E02;
 }
</style>

border-color css

<style>
 span { border-color: #3B1E02; }

 span { border-color: rgb(59,30,2); }

 td.TdClassName
 {
   border-color: #3B1E02;
 }
 .TagClassName
 {
   border-color: #3B1E02;
 }
</style>