#1F1401

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

Shades of Cocoa Brown #1F1401

Tints of Cocoa Brown #1F1401

Color information

#1F1401 (or 0x1F1401) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 14 and 01. RGB value is (31,20,1). Sum of RGB (Red+Green+Blue) = 31+20+1=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1401 is #E0EBFE. Grayscale: #151515. Windows color (decimal): -14740479 or 70687. OLE color: 70687.

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

Color convert

RGB31201-
CMYK00.350.970.88
HSL38º93.75%6.27%-
HSV(B)38º96.77%12.16%-
XYZ0.820.790.14-
YUV21.12116.64135.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 1 (0.78% from 255) = 1.92%
R=59.62%
G=38.46%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3120100.350.970.883893.756.27
Hex1F1410236158265e6
Octal37241043141130461366
Binary111111010010100011110000110110001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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