#2D303B

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

Shades of Ebony #2D303B

Tints of Ebony #2D303B

Color information

#2D303B (or 0x2D303B) is unknown color: approx Ebony. HEX triplet: 2D, 30 and 3B. RGB value is (45,48,59). Sum of RGB (Red+Green+Blue) = 45+48+59=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D303B is #D2CFC4. Grayscale: #303030. Windows color (decimal): -13815749 or 3878957. OLE color: 3878957.

HSL color Cylindrical-coordinate representation of color #2D303B: hue angle of 227.14º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D303B is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB454859-
CMYK0.240.1900.77
HSL227.14º13.46%20.39%-
HSV(B)227.14º23.73%23.14%-
XYZ2.932.994.56-
YUV48.36134.01125.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.61%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=29.61%
G=31.58%
B=38.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4548590.240.1900.77227.1413.4620.39
Hex2D303B181304De3d14
Octal556073302301153431524
Binary10110111000011101111000100110100110111100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D303B; }

 p { color: rgb(45,48,59); }

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

<style>
 a { background-color: #2D303B; }

 a { background-color: rgb(45,48,59); }

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

<style>
 span { border-color: #2D303B; }

 span { border-color: rgb(45,48,59); }

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