#21281C

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

Shades of Black Forest #21281C

Tints of Black Forest #21281C

Color information

#21281C (or 0x21281C) is unknown color: approx Black Forest. HEX triplet: 21, 28 and 1C. RGB value is (33,40,28). Sum of RGB (Red+Green+Blue) = 33+40+28=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 40 - color contains mainly: green. Hex color #21281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21281C is #DED7E3. Grayscale: #242424. Windows color (decimal): -14604260 or 1845281. OLE color: 1845281.

HSL color Cylindrical-coordinate representation of color #21281C: hue angle of 95º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21281C is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB334028-
CMYK0.1700.300.84
HSL95º17.65%13.33%-
HSV(B)95º30%15.69%-
XYZ1.61.921.39-
YUV36.54123.18125.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=32.67%
G=39.60%
B=27.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340280.1700.300.849517.6513.33
Hex21281C1101E545f12d
Octal415034210361241372215
Binary100001101000111001000101111010101001011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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