#1F1303

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

Shades of Cocoa Brown #1F1303

Tints of Cocoa Brown #1F1303

Color information

#1F1303 (or 0x1F1303) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 13 and 03. RGB value is (31,19,3). Sum of RGB (Red+Green+Blue) = 31+19+3=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1303 is #E0ECFC. Grayscale: #141414. Windows color (decimal): -14740733 or 201503. OLE color: 201503.

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

Color convert

RGB31193-
CMYK00.390.900.88
HSL34.29º82.35%6.67%-
HSV(B)34.29º90.32%12.16%-
XYZ0.810.760.19-
YUV20.76117.98135.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=58.49%
G=35.85%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3119300.390.900.8834.2982.356.67
Hex1F1330275A5822527
Octal37233047132130421227
Binary1111110011110100111101101010110001000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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