#282E33

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

Shades of Blue Charcoal #282E33

Tints of Blue Charcoal #282E33

Color information

#282E33 (or 0x282E33) is unknown color: approx Blue Charcoal. HEX triplet: 28, 2E and 33. RGB value is (40,46,51). Sum of RGB (Red+Green+Blue) = 40+46+51=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #282E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E33 is #D7D1CC. Grayscale: #2C2C2C. Windows color (decimal): -14143949 or 3354152. OLE color: 3354152.

HSL color Cylindrical-coordinate representation of color #282E33: hue angle of 207.27º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #282E33 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB404651-
CMYK0.220.1000.8
HSL207.27º12.09%17.84%-
HSV(B)207.27º21.57%20%-
XYZ2.452.643.51-
YUV44.78131.51124.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=29.20%
G=33.58%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4046510.220.1000.8207.2712.0917.84
Hex282E3316A050cfc12
Octal505663261201203171422
Binary1010001011101100111011010100101000011001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E33; }

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

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

<style>
 a { background-color: #282E33; }

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

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

<style>
 span { border-color: #282E33; }

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

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