#21291D

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

Shades of Black Forest #21291D

Tints of Black Forest #21291D

Color information

#21291D (or 0x21291D) is unknown color: approx Black Forest. HEX triplet: 21, 29 and 1D. RGB value is (33,41,29). Sum of RGB (Red+Green+Blue) = 33+41+29=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 41 - color contains mainly: green. Hex color #21291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21291D is #DED6E2. Grayscale: #252525. Windows color (decimal): -14604003 or 1911073. OLE color: 1911073.

HSL color Cylindrical-coordinate representation of color #21291D: hue angle of 100º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #21291D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB334129-
CMYK0.2000.290.84
HSL100º17.14%13.73%-
HSV(B)100º29.27%16.08%-
XYZ1.6421.46-
YUV37.24123.35124.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=32.04%
G=39.81%
B=28.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341290.2000.290.8410017.1413.73
Hex21291D1401D546411e
Octal415135240351241442116
Binary100001101001111011010001110110101001100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21291D; }

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

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

<style>
 a { background-color: #21291D; }

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

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

<style>
 span { border-color: #21291D; }

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

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