#21262A

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

Shades of Cinder #21262A

Tints of Cinder #21262A

Color information

#21262A (or 0x21262A) is unknown color: approx Cinder. HEX triplet: 21, 26 and 2A. RGB value is (33,38,42). Sum of RGB (Red+Green+Blue) = 33+38+42=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #21262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21262A is #DED9D5. Grayscale: #242424. Windows color (decimal): -14604758 or 2762273. OLE color: 2762273.

HSL color Cylindrical-coordinate representation of color #21262A: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #21262A is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB333842-
CMYK0.210.1000.84
HSL206.67º12%14.71%-
HSV(B)206.67º21.43%16.47%-
XYZ1.741.882.46-
YUV36.96130.84125.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=29.20%
G=33.63%
B=37.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3338420.210.1000.84206.671214.71
Hex21262A15A054cfcf
Octal414652251201243171417
Binary100001100110101010101011010010101001100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21262A; }

 p { color: rgb(33,38,42); }

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

<style>
 a { background-color: #21262A; }

 a { background-color: rgb(33,38,42); }

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

<style>
 span { border-color: #21262A; }

 span { border-color: rgb(33,38,42); }

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