#21272D

Color #21272D Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #21272D

Tints of Blue Charcoal #21272D

Color information

#21272D (or 0x21272D) is unknown color: approx Blue Charcoal. HEX triplet: 21, 27 and 2D. RGB value is (33,39,45). Sum of RGB (Red+Green+Blue) = 33+39+45=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #21272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21272D is #DED8D2. Grayscale: #252525. Windows color (decimal): -14604499 or 2959137. OLE color: 2959137.

HSL color Cylindrical-coordinate representation of color #21272D: hue angle of 210º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21272D is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB333945-
CMYK0.270.1300.82
HSL210º15.38%15.29%-
HSV(B)210º26.67%17.65%-
XYZ1.831.962.77-
YUV37.89132.01124.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=28.21%
G=33.33%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3339450.270.1300.8221015.3815.29
Hex21272D1BD052d2ff
Octal414755331501223221717
Binary100001100111101101110111101010100101101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21272D; }

 p { color: rgb(33,39,45); }

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

<style>
 a { background-color: #21272D; }

 a { background-color: rgb(33,39,45); }

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

<style>
 span { border-color: #21272D; }

 span { border-color: rgb(33,39,45); }

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