#1F3215

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

Shades of Black Forest #1F3215

Tints of Black Forest #1F3215

Color information

#1F3215 (or 0x1F3215) is unknown color: approx Black Forest. HEX triplet: 1F, 32 and 15. RGB value is (31,50,21). Sum of RGB (Red+Green+Blue) = 31+50+21=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3215 is #E0CDEA. Grayscale: #292929. Windows color (decimal): -14732779 or 1389087. OLE color: 1389087.

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

Color convert

RGB315021-
CMYK0.3800.580.80
HSL99.31º40.85%13.92%-
HSV(B)99.31º58%19.61%-
XYZ1.842.631.12-
YUV41.01116.71120.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.39%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=30.39%
G=49.02%
B=20.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150210.3800.580.8099.3140.8513.92
Hex1F32152603A506329e
Octal376225460721201435116
Binary11111110010101011001100111010101000011000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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