#1D211C

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

Shades of Black Forest #1D211C

Tints of Black Forest #1D211C

Color information

#1D211C (or 0x1D211C) is unknown color: approx Black Forest. HEX triplet: 1D, 21 and 1C. RGB value is (29,33,28). Sum of RGB (Red+Green+Blue) = 29+33+28=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #1D211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D211C is #E2DEE3. Grayscale: #1F1F1F. Windows color (decimal): -14868196 or 1843485. OLE color: 1843485.

HSL color Cylindrical-coordinate representation of color #1D211C: hue angle of 108º 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 #1D211C is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB293328-
CMYK0.1200.150.87
HSL108º8.2%11.96%-
HSV(B)108º15.15%12.94%-
XYZ1.261.431.31-
YUV31.23126.17126.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=32.22%
G=36.67%
B=31.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2933280.1200.150.871088.211.96
Hex1D211CC0F576c8c
Octal354134140171271541014
Binary11101100001111001100011111010111110110010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,28); }

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

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

 a { background-color: rgb(29,33,28); }

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

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

 span { border-color: rgb(29,33,28); }

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