#1E1203

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

Shades of Cocoa Brown #1E1203

Tints of Cocoa Brown #1E1203

Color information

#1E1203 (or 0x1E1203) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 12 and 03. RGB value is (30,18,3). Sum of RGB (Red+Green+Blue) = 30+18+3=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1203 is #E1EDFC. Grayscale: #131313. Windows color (decimal): -14806525 or 201246. OLE color: 201246.

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

Color convert

RGB30183-
CMYK00.400.900.88
HSL33.33º81.82%6.47%-
HSV(B)33.33º90%11.76%-
XYZ0.770.720.18-
YUV19.88118.48135.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 58.82%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 3 (1.56% from 255) = 5.88%
R=58.82%
G=35.29%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3018300.400.900.8833.3381.826.47
Hex1E1230285A5821526
Octal36223050132130411226
Binary1111010010110101000101101010110001000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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