#30343A

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

Shades of Ebony Clay #30343A

Tints of Ebony Clay #30343A

Color information

#30343A (or 0x30343A) is unknown color: approx Ebony Clay. HEX triplet: 30, 34 and 3A. RGB value is (48,52,58). Sum of RGB (Red+Green+Blue) = 48+52+58=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 58 - color contains mainly: blue. Hex color #30343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30343A is #CFCBC5. Grayscale: #333333. Windows color (decimal): -13618118 or 3814448. OLE color: 3814448.

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

Color convert

RGB485258-
CMYK0.170.1000.77
HSL216º9.43%20.78%-
HSV(B)216º17.24%22.75%-
XYZ3.213.394.49-
YUV51.49131.67125.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=30.38%
G=32.91%
B=36.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4852580.170.1000.772169.4320.78
Hex30343A11A04Dd8915
Octal606472211201153301125
Binary1100001101001110101000110100100110111011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30343A; }

 p { color: rgb(48,52,58); }

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

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

 a { background-color: rgb(48,52,58); }

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

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

 span { border-color: rgb(48,52,58); }

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