#1E1002

Color #1E1002 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #1E1002

Tints of Cocoa Brown #1E1002

Color information

#1E1002 (or 0x1E1002) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 10 and 02. RGB value is (30,16,2). Sum of RGB (Red+Green+Blue) = 30+16+2=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1002 is #E1EFFD. Grayscale: #121212. Windows color (decimal): -14807038 or 135198. OLE color: 135198.

HSL color Cylindrical-coordinate representation of color #1E1002: hue angle of 30º 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 #1E1002 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB30162-
CMYK00.470.930.88
HSL30º87.5%6.27%-
HSV(B)30º93.33%11.76%-
XYZ0.730.650.14-
YUV18.59118.64136.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 62.5%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=62.5%
G=33.33%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3016200.470.930.883087.56.27
Hex1E10202F5D581e586
Octal36202057135130361306
Binary111101000010010111110111011011000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1002;
 }
 .AnyTagClassName
 {
   color: #1E1002;
 }
</style>
background-color css

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

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

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

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

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

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