#1F1000

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

Shades of Cocoa Brown #1F1000

Tints of Cocoa Brown #1F1000

Color information

#1F1000 (or 0x1F1000) is unknown color: approx Cocoa Brown. HEX triplet: 1F, 10 and 00. RGB value is (31,16,0). Sum of RGB (Red+Green+Blue) = 31+16+0=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1000 is #E0EFFF. Grayscale: #121212. Windows color (decimal): -14741504 or 4127. OLE color: 4127.

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

Color convert

RGB31160-
CMYK00.4810.88
HSL30.97º100%6.08%-
HSV(B)30.97º100%12.16%-
XYZ0.750.660.09-
YUV18.66117.47136.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 65.96%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.96%
G=34.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3116000.4810.8830.971006.08
Hex1F10003064581f646
Octal37200060144130371446
Binary11111100000011000011001001011000111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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