#282D39

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

Shades of Ebony #282D39

Tints of Ebony #282D39

Color information

#282D39 (or 0x282D39) is unknown color: approx Ebony. HEX triplet: 28, 2D and 39. RGB value is (40,45,57). Sum of RGB (Red+Green+Blue) = 40+45+57=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 57 - color contains mainly: blue. Hex color #282D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D39 is #D7D2C6. Grayscale: #2C2C2C. Windows color (decimal): -14144199 or 3747112. OLE color: 3747112.

HSL color Cylindrical-coordinate representation of color #282D39: hue angle of 222.35º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #282D39 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB404557-
CMYK0.300.2100.78
HSL222.35º17.53%19.02%-
HSV(B)222.35º29.82%22.35%-
XYZ2.552.624.24-
YUV44.87134.84124.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.17%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 57 (22.66% from 255) = 40.14%
R=28.17%
G=31.69%
B=40.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4045570.300.2100.78222.3517.5319.02
Hex282D391E1504Ede1213
Octal505571362501163362223
Binary101000101101111001111101010101001110110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,45,57); }

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

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

 a { background-color: rgb(40,45,57); }

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

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

 span { border-color: rgb(40,45,57); }

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