#21291C

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

Shades of Black Forest #21291C

Tints of Black Forest #21291C

Color information

#21291C (or 0x21291C) is unknown color: approx Black Forest. HEX triplet: 21, 29 and 1C. RGB value is (33,41,28). Sum of RGB (Red+Green+Blue) = 33+41+28=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 41 - color contains mainly: green. Hex color #21291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21291C is #DED6E3. Grayscale: #252525. Windows color (decimal): -14604004 or 1845537. OLE color: 1845537.

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

Color convert

RGB334128-
CMYK0.2000.320.84
HSL96.92º18.84%13.53%-
HSV(B)96.92º31.71%16.08%-
XYZ1.631.991.4-
YUV37.13122.85125.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 41 (16.41% from 255) = 40.20%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=32.35%
G=40.20%
B=27.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341280.2000.320.8496.9218.8413.53
Hex21291C14020546113e
Octal415134240401241412316
Binary1000011010011110010100010000010101001100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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