#303135

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

Shades of Ebony #303135

Tints of Ebony #303135

Color information

#303135 (or 0x303135) is unknown color: approx Ebony. HEX triplet: 30, 31 and 35. RGB value is (48,49,53). Sum of RGB (Red+Green+Blue) = 48+49+53=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 53 - color contains mainly: blue. Hex color #303135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303135 is #CFCECA. Grayscale: #313131. Windows color (decimal): -13618891 or 3486000. OLE color: 3486000.

HSL color Cylindrical-coordinate representation of color #303135: hue angle of 228º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303135 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB484953-
CMYK0.090.0800.79
HSL228º4.95%19.8%-
HSV(B)228º9.43%20.78%-
XYZ2.963.083.81-
YUV49.16130.17127.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=32%
G=32.67%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4849530.090.0800.792284.9519.8
Hex3031359804Fe4514
Octal60616511100117344524
Binary11000011000111010110011000010011111110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303135; }

 p { color: rgb(48,49,53); }

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

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

 a { background-color: rgb(48,49,53); }

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

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

 span { border-color: rgb(48,49,53); }

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