#1F3213

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

Shades of Black Forest #1F3213

Tints of Black Forest #1F3213

Color information

#1F3213 (or 0x1F3213) is unknown color: approx Black Forest. HEX triplet: 1F, 32 and 13. RGB value is (31,50,19). Sum of RGB (Red+Green+Blue) = 31+50+19=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3213 is #E0CDEC. Grayscale: #282828. Windows color (decimal): -14732781 or 1258015. OLE color: 1258015.

HSL color Cylindrical-coordinate representation of color #1F3213: hue angle of 96.77º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3213 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB315019-
CMYK0.3800.620.80
HSL96.77º44.93%13.53%-
HSV(B)96.77º62%19.61%-
XYZ1.822.621.03-
YUV40.78115.71121.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 19%
R=31%
G=50%
B=19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150190.3800.620.8096.7744.9313.53
Hex1F32132603E50612de
Octal376223460761201415516
Binary11111110010100111001100111110101000011000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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