#21282F

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

Shades of Blue Charcoal #21282F

Tints of Blue Charcoal #21282F

Color information

#21282F (or 0x21282F) is unknown color: approx Blue Charcoal. HEX triplet: 21, 28 and 2F. RGB value is (33,40,47). Sum of RGB (Red+Green+Blue) = 33+40+47=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #21282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21282F is #DED7D0. Grayscale: #262626. Windows color (decimal): -14604241 or 3090465. OLE color: 3090465.

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

Color convert

RGB334047-
CMYK0.300.1500.82
HSL210º17.5%15.69%-
HSV(B)210º29.79%18.43%-
XYZ1.92.052.98-
YUV38.7132.68123.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=27.5%
G=33.33%
B=39.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3340470.300.1500.8221017.515.69
Hex21282F1EF052d21110
Octal415057361701223222120
Binary10000110100010111111110111101010010110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21282F; }

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

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

<style>
 a { background-color: #21282F; }

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

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

<style>
 span { border-color: #21282F; }

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

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