#21291B

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

Shades of Black Forest #21291B

Tints of Black Forest #21291B

Color information

#21291B (or 0x21291B) is unknown color: approx Black Forest. HEX triplet: 21, 29 and 1B. RGB value is (33,41,27). Sum of RGB (Red+Green+Blue) = 33+41+27=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 41 - color contains mainly: green. Hex color #21291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21291B is #DED6E4. Grayscale: #252525. Windows color (decimal): -14604005 or 1780001. OLE color: 1780001.

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

Color convert

RGB334127-
CMYK0.2000.340.84
HSL94.29º20.59%13.33%-
HSV(B)94.29º34.15%16.08%-
XYZ1.621.991.34-
YUV37.01122.35125.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 41 (16.41% from 255) = 40.59%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=32.67%
G=40.59%
B=26.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341270.2000.340.8494.2920.5913.33
Hex21291B14022545e15d
Octal415133240421241362515
Binary1000011010011101110100010001010101001011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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