#30343B

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

Shades of Ebony Clay #30343B

Tints of Ebony Clay #30343B

Color information

#30343B (or 0x30343B) is unknown color: approx Ebony Clay. HEX triplet: 30, 34 and 3B. RGB value is (48,52,59). Sum of RGB (Red+Green+Blue) = 48+52+59=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #30343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30343B is #CFCBC4. Grayscale: #333333. Windows color (decimal): -13618117 or 3879984. OLE color: 3879984.

HSL color Cylindrical-coordinate representation of color #30343B: hue angle of 218.18º 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 #30343B is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB485259-
CMYK0.190.1200.77
HSL218.18º10.28%20.98%-
HSV(B)218.18º18.64%23.14%-
XYZ3.243.44.62-
YUV51.6132.17125.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=30.19%
G=32.70%
B=37.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4852590.190.1200.77218.1810.2820.98
Hex30343B13C04Ddaa15
Octal606473231401153321225
Binary1100001101001110111001111000100110111011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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