#30353B

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

Shades of Ebony Clay #30353B

Tints of Ebony Clay #30353B

Color information

#30353B (or 0x30353B) is unknown color: approx Ebony Clay. HEX triplet: 30, 35 and 3B. RGB value is (48,53,59). Sum of RGB (Red+Green+Blue) = 48+53+59=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #30353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30353B is #CFCAC4. Grayscale: #343434. Windows color (decimal): -13617861 or 3880240. OLE color: 3880240.

HSL color Cylindrical-coordinate representation of color #30353B: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30353B is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB485359-
CMYK0.190.1000.77
HSL212.73º10.28%20.98%-
HSV(B)212.73º18.64%23.14%-
XYZ3.283.494.64-
YUV52.19131.84125.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=30%
G=33.12%
B=36.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4853590.190.1000.77212.7310.2820.98
Hex30353B13A04Dd5a15
Octal606573231201153251225
Binary1100001101011110111001110100100110111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30353B; }

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

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

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

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

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

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

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

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