#303239

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

Shades of Ebony #303239

Tints of Ebony #303239

Color information

#303239 (or 0x303239) is unknown color: approx Ebony. HEX triplet: 30, 32 and 39. RGB value is (48,50,57). Sum of RGB (Red+Green+Blue) = 48+50+57=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 57 - color contains mainly: blue. Hex color #303239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303239 is #CFCDC6. Grayscale: #323232. Windows color (decimal): -13618631 or 3748400. OLE color: 3748400.

HSL color Cylindrical-coordinate representation of color #303239: hue angle of 226.67º 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 #303239 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB485057-
CMYK0.160.1200.78
HSL226.67º8.57%20.59%-
HSV(B)226.67º15.79%22.35%-
XYZ3.13.24.33-
YUV50.2131.84126.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 57 (22.66% from 255) = 36.77%
R=30.97%
G=32.26%
B=36.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4850570.160.1200.78226.678.5720.59
Hex30323910C04Ee3915
Octal606271201401163431125
Binary1100001100101110011000011000100111011100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303239; }

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

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

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

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

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

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

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

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