#1F1302

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

Shades of Cocoa Brown #1F1302

Tints of Cocoa Brown #1F1302

Color information

#1F1302 (or 0x1F1302) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 13 and 02. RGB value is (31,19,2). Sum of RGB (Red+Green+Blue) = 31+19+2=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1302 is #E0ECFD. Grayscale: #141414. Windows color (decimal): -14740734 or 135967. OLE color: 135967.

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

Color convert

RGB31192-
CMYK00.390.940.88
HSL35.17º87.88%6.47%-
HSV(B)35.17º93.55%12.16%-
XYZ0.810.760.16-
YUV20.65117.48135.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=59.62%
G=36.54%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3119200.390.940.8835.1787.886.47
Hex1F1320275E5823586
Octal37232047136130431306
Binary1111110011100100111101111010110001000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,19,2); }

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

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

 a { background-color: rgb(31,19,2); }

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

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

 span { border-color: rgb(31,19,2); }

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