Html Css Color HEX #21292E Cinder

📋 copy color: '#21292E'

red 33 ◦ green 41 ◦ blue 46

#21292E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinder #21292E

Tints of Cinder #21292E

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 value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#21292E (or 0x21292E) is known color: 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

RGB 33 41 46 -
CMYK 0.28 0.11 0 0.82
HSL 203.08º 0.16% 0.15% -
HSV(B) 203.08º 0.28% 0.18% -
XYZ 1.91 2.11 2.89 -
YUV 39.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 33 41 46 0.28 0.11 0 0.82 203.08 0.16 0.15
Hex 21 29 2E 1C B 0 52 CB 10 F
Octal 41 51 56 34 13 0 122 313 20 17
Binary 100001 101001 101110 11100 1011 0 1010010 11001011 10000 1111

Color Harmonies of #21292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21292E

Black with #21292E

Text Example


Text Example

White with #21292E

Text Example


Text Example

HTML Codes & Css Web 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>