#1F221D

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

Shades of Black Forest #1F221D

Tints of Black Forest #1F221D

Color information

#1F221D (or 0x1F221D) is unknown color: approx Black Forest. HEX triplet: 1F, 22 and 1D. RGB value is (31,34,29). Sum of RGB (Red+Green+Blue) = 31+34+29=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 34 - color contains mainly: green. Hex color #1F221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F221D is #E0DDE2. Grayscale: #202020. Windows color (decimal): -14736867 or 1909279. OLE color: 1909279.

HSL color Cylindrical-coordinate representation of color #1F221D: hue angle of 96º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1F221D is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB313429-
CMYK0.0900.150.87
HSL96º7.94%12.35%-
HSV(B)96º14.71%13.33%-
XYZ1.361.521.38-
YUV32.53126.01126.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=32.98%
G=36.17%
B=30.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3134290.0900.150.87967.9412.35
Hex1F221D90F57608c
Octal374235110171271401014
Binary11111100010111011001011111010111110000010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,34,29); }

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

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

 a { background-color: rgb(31,34,29); }

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

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

 span { border-color: rgb(31,34,29); }

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