#282B32

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

Shades of Ebony #282B32

Tints of Ebony #282B32

Color information

#282B32 (or 0x282B32) is unknown color: approx Ebony. HEX triplet: 28, 2B and 32. RGB value is (40,43,50). Sum of RGB (Red+Green+Blue) = 40+43+50=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #282B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B32 is #D7D4CD. Grayscale: #2A2A2A. Windows color (decimal): -14144718 or 3287848. OLE color: 3287848.

HSL color Cylindrical-coordinate representation of color #282B32: hue angle of 222º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282B32 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB404350-
CMYK0.200.1400.80
HSL222º11.11%17.65%-
HSV(B)222º20%19.61%-
XYZ2.312.413.36-
YUV42.9132.01125.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 30.08%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=30.08%
G=32.33%
B=37.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4043500.200.1400.8022211.1117.65
Hex282B3214E050deb12
Octal505362241601203361322
Binary1010001010111100101010011100101000011011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,43,50); }

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

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

 a { background-color: rgb(40,43,50); }

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

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

 span { border-color: rgb(40,43,50); }

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