#1F1103

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

Shades of Cocoa Brown #1F1103

Tints of Cocoa Brown #1F1103

Color information

#1F1103 (or 0x1F1103) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 11 and 03. RGB value is (31,17,3). Sum of RGB (Red+Green+Blue) = 31+17+3=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1103 is #E0EEFC. Grayscale: #131313. Windows color (decimal): -14741245 or 200991. OLE color: 200991.

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

Color convert

RGB31173-
CMYK00.450.900.88
HSL30º82.35%6.67%-
HSV(B)30º90.32%12.16%-
XYZ0.780.70.18-
YUV19.59118.64136.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 60.78%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 5.88%
R=60.78%
G=33.33%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3117300.450.900.883082.356.67
Hex1F11302D5A581e527
Octal37213055132130361227
Binary111111000111010110110110101011000111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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