#282F39

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

Shades of Ebony #282F39

Tints of Ebony #282F39

Color information

#282F39 (or 0x282F39) is unknown color: approx Ebony. HEX triplet: 28, 2F and 39. RGB value is (40,47,57). Sum of RGB (Red+Green+Blue) = 40+47+57=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #282F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F39 is #D7D0C6. Grayscale: #2E2E2E. Windows color (decimal): -14143687 or 3747624. OLE color: 3747624.

HSL color Cylindrical-coordinate representation of color #282F39: hue angle of 215.29º 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 #282F39 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB404757-
CMYK0.300.1800.78
HSL215.29º17.53%19.02%-
HSV(B)215.29º29.82%22.35%-
XYZ2.632.784.27-
YUV46.05134.18123.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.78%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=27.78%
G=32.64%
B=39.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4047570.300.1800.78215.2917.5319.02
Hex282F391E1204Ed71213
Octal505771362201163272223
Binary101000101111111001111101001001001110110101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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