#21292E

Color #21292E Cinder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinder #21292E

Tints of Cinder #21292E

Color information

#21292E (or 0x21292E) is unknown color: approx Cinder. HEX triplet: 21, 29 and 2E. RGB value is (33,41,46). Sum of RGB (Red+Green+Blue) = 33+41+46=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 46 - color contains mainly: blue. Hex color #21292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21292E is #DED6D1. Grayscale: #272727. Windows color (decimal): -14603986 or 3025185. OLE color: 3025185.

HSL color Cylindrical-coordinate representation of color #21292E: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #21292E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB334146-
CMYK0.280.1100.82
HSL203.08º16.46%15.49%-
HSV(B)203.08º28.26%18.04%-
XYZ1.912.112.89-
YUV39.18131.85123.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=27.5%
G=34.17%
B=38.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3341460.280.1100.82203.0816.4615.49
Hex21292E1CB052cb10f
Octal415156341301223132017
Binary1000011010011011101110010110101001011001011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21292E; }

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

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

<style>
 a { background-color: #21292E; }

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

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

<style>
 span { border-color: #21292E; }

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

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