#1F1100

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

Shades of Cocoa Brown #1F1100

Tints of Cocoa Brown #1F1100

Color information

#1F1100 (or 0x1F1100) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 11 and 00. RGB value is (31,17,0). Sum of RGB (Red+Green+Blue) = 31+17+0=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1100 is #E0EEFF. Grayscale: #131313. Windows color (decimal): -14741248 or 4383. OLE color: 4383.

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

Color convert

RGB31170-
CMYK00.4510.88
HSL32.9º100%6.08%-
HSV(B)32.9º100%12.16%-
XYZ0.770.690.09-
YUV19.25117.14136.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.58%
G=35.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3117000.4510.8832.91006.08
Hex1F11002D645821646
Octal37210055144130411446
Binary111111000100101101110010010110001000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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