#21282E

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

Shades of Blue Charcoal #21282E

Tints of Blue Charcoal #21282E

Color information

#21282E (or 0x21282E) is unknown color: approx Blue Charcoal. HEX triplet: 21, 28 and 2E. RGB value is (33,40,46). Sum of RGB (Red+Green+Blue) = 33+40+46=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #21282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21282E is #DED7D1. Grayscale: #262626. Windows color (decimal): -14604242 or 3024929. OLE color: 3024929.

HSL color Cylindrical-coordinate representation of color #21282E: hue angle of 207.69º 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 #21282E is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB334046-
CMYK0.280.1300.82
HSL207.69º16.46%15.49%-
HSV(B)207.69º28.26%18.04%-
XYZ1.882.042.88-
YUV38.59132.18124.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=27.73%
G=33.61%
B=38.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3340460.280.1300.82207.6916.4615.49
Hex21282E1CD052d010f
Octal415056341501223202017
Binary1000011010001011101110011010101001011010000100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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