Html Css Color HEX #1E1202 Cocoa Brown

📋 copy color: '#1E1202'

red 30 ◦ green 18 ◦ blue 2

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

Shades of Cocoa Brown #1E1202

Tints of Cocoa Brown #1E1202

RGB

 RED value IS 30 (12.11% from 255) = 60%

 GREEN value IS 18 (7.42% from 255) = 36%

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

R = 60%
G = 36%
B = 4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.88

RGB Variations

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

Color information

#1E1202 (or 0x1E1202) is known color: Cocoa Brown. HEX triplet: 1E, 12 and 02. RGB value is (30,18,2). Sum of RGB (Red+Green+Blue) = 30+18+2=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1202 is #E1EDFD. Grayscale: #131313. Windows color (decimal): -14806526 or 135710. OLE color: 135710.

HSL color Cylindrical-coordinate representation of color #1E1202: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E1202 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 18 2 -
CMYK 0 0.40 0.93 0.88
HSL 34.29º 0.88% 0.06% -
HSV(B) 34.29º 0.93% 0.12% -
XYZ 0.76 0.71 0.15 -
YUV 19.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 30 18 2 0 0.40 0.93 0.88 34.29 0.88 0.06
Hex 1E 12 2 0 28 5D 58 22 58 6
Octal 36 22 2 0 50 135 130 42 130 6
Binary 11110 10010 10 0 101000 1011101 1011000 100010 1011000 110

Color Harmonies of #1E1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1202

Black with #1E1202

Text Example


Text Example

White with #1E1202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E1202; }

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

 H1.HeaderClassName
 {
   color: #1E1202;
 }
 .AnyTagClassName
 {
   color: #1E1202;
 }
</style>

background-color css

<style>
 a { background-color: #1E1202; }

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

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

border-color css

<style>
 span { border-color: #1E1202; }

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

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