#1F1403

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

Shades of Cocoa Brown #1F1403

Tints of Cocoa Brown #1F1403

Color information

#1F1403 (or 0x1F1403) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 14 and 03. RGB value is (31,20,3). Sum of RGB (Red+Green+Blue) = 31+20+3=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1403 is #E0EBFC. Grayscale: #151515. Windows color (decimal): -14740477 or 201759. OLE color: 201759.

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

Color convert

RGB31203-
CMYK00.350.900.88
HSL36.43º82.35%6.67%-
HSV(B)36.43º90.32%12.16%-
XYZ0.830.80.2-
YUV21.35117.64134.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 3 (1.56% from 255) = 5.56%
R=57.41%
G=37.04%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3120300.350.900.8836.4382.356.67
Hex1F1430235A5824527
Octal37243043132130441227
Binary1111110100110100011101101010110001001001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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