#28303E

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

Shades of Ebony #28303E

Tints of Ebony #28303E

Color information

#28303E (or 0x28303E) is unknown color: approx Ebony. HEX triplet: 28, 30 and 3E. RGB value is (40,48,62). Sum of RGB (Red+Green+Blue) = 40+48+62=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 62 - color contains mainly: blue. Hex color #28303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28303E is #D7CFC1. Grayscale: #2F2F2F. Windows color (decimal): -14143426 or 4075560. OLE color: 4075560.

HSL color Cylindrical-coordinate representation of color #28303E: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28303E is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB404862-
CMYK0.350.2300.76
HSL218.18º21.57%20%-
HSV(B)218.18º35.48%24.31%-
XYZ2.82.914.97-
YUV47.2136.35122.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=26.67%
G=32%
B=41.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4048620.350.2300.76218.1821.5720
Hex28303E231704Cda1614
Octal506076432701143322624
Binary1010001100001111101000111011101001100110110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,48,62); }

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

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

 a { background-color: rgb(40,48,62); }

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

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

 span { border-color: rgb(40,48,62); }

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