#1F1301

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

Shades of Cocoa Brown #1F1301

Tints of Cocoa Brown #1F1301

Color information

#1F1301 (or 0x1F1301) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 13 and 01. RGB value is (31,19,1). Sum of RGB (Red+Green+Blue) = 31+19+1=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1301 is #E0ECFE. Grayscale: #141414. Windows color (decimal): -14740735 or 70431. OLE color: 70431.

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

Color convert

RGB31191-
CMYK00.390.970.88
HSL36º93.75%6.27%-
HSV(B)36º96.77%12.16%-
XYZ0.80.760.13-
YUV20.54116.98135.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 60.78%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=60.78%
G=37.25%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3119100.390.970.883693.756.27
Hex1F1310276158245e6
Octal37231047141130441366
Binary111111001110100111110000110110001001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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