#1F1203

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

Shades of Cocoa Brown #1F1203

Tints of Cocoa Brown #1F1203

Color information

#1F1203 (or 0x1F1203) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 12 and 03. RGB value is (31,18,3). Sum of RGB (Red+Green+Blue) = 31+18+3=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1203 is #E0EDFC. Grayscale: #141414. Windows color (decimal): -14740989 or 201247. OLE color: 201247.

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

Color convert

RGB31183-
CMYK00.420.900.88
HSL32.14º82.35%6.67%-
HSV(B)32.14º90.32%12.16%-
XYZ0.80.730.19-
YUV20.18118.31135.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 3 (1.56% from 255) = 5.77%
R=59.62%
G=34.62%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3118300.420.900.8832.1482.356.67
Hex1F12302A5A5820527
Octal37223052132130401227
Binary1111110010110101010101101010110001000001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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