#1F3312

Color #1F3312 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #1F3312

Tints of Black Forest #1F3312

Color information

#1F3312 (or 0x1F3312) is unknown color: approx Black Forest. HEX triplet: 1F, 33 and 12. RGB value is (31,51,18). Sum of RGB (Red+Green+Blue) = 31+51+18=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3312 is #E0CCED. Grayscale: #292929. Windows color (decimal): -14732526 or 1192735. OLE color: 1192735.

HSL color Cylindrical-coordinate representation of color #1F3312: hue angle of 96.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3312 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB315118-
CMYK0.3900.650.8
HSL96.36º47.83%13.53%-
HSV(B)96.36º64.71%20%-
XYZ1.862.71-
YUV41.26114.87120.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31%
GREEN value IS 51 (20.31% from 255) = 51%
BLUE value IS 18 (7.42% from 255) = 18%
R=31%
G=51%
B=18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3151180.3900.650.896.3647.8313.53
Hex1F331227041506030e
Octal3763224701011201406016
Binary111111100111001010011101000001101000011000001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,18); }

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

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

 a { background-color: rgb(31,51,18); }

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

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

 span { border-color: rgb(31,51,18); }

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