#303339

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

Shades of Ebony #303339

Tints of Ebony #303339

Color information

#303339 (or 0x303339) is unknown color: approx Ebony. HEX triplet: 30, 33 and 39. RGB value is (48,51,57). Sum of RGB (Red+Green+Blue) = 48+51+57=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 57 - color contains mainly: blue. Hex color #303339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303339 is #CFCCC6. Grayscale: #323232. Windows color (decimal): -13618375 or 3748656. OLE color: 3748656.

HSL color Cylindrical-coordinate representation of color #303339: hue angle of 220º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303339 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB485157-
CMYK0.160.1100.78
HSL220º8.57%20.59%-
HSV(B)220º15.79%22.35%-
XYZ3.143.294.34-
YUV50.79131.51126.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=30.77%
G=32.69%
B=36.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4851570.160.1100.782208.5720.59
Hex30333910B04Edc915
Octal606371201301163341125
Binary1100001100111110011000010110100111011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303339; }

 p { color: rgb(48,51,57); }

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

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

 a { background-color: rgb(48,51,57); }

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

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

 span { border-color: rgb(48,51,57); }

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