#303235

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

Shades of Ebony #303235

Tints of Ebony #303235

Color information

#303235 (or 0x303235) is unknown color: approx Ebony. HEX triplet: 30, 32 and 35. RGB value is (48,50,53). Sum of RGB (Red+Green+Blue) = 48+50+53=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 53 - color contains mainly: blue. Hex color #303235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303235 is #CFCDCA. Grayscale: #313131. Windows color (decimal): -13618635 or 3486256. OLE color: 3486256.

HSL color Cylindrical-coordinate representation of color #303235: hue angle of 216º 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 #303235 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB485053-
CMYK0.090.0600.79
HSL216º4.95%19.8%-
HSV(B)216º9.43%20.78%-
XYZ33.173.82-
YUV49.74129.84126.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=31.79%
G=33.11%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4850530.090.0600.792164.9519.8
Hex3032359604Fd8514
Octal6062651160117330524
Binary1100001100101101011001110010011111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303235; }

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

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

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

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

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

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

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

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