Html Css Color HEX #30343B Ebony Clay

📋 copy color: '#30343B'

red 48 ◦ green 52 ◦ blue 59

#30343B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ebony Clay #30343B

Tints of Ebony Clay #30343B

RGB

 RED value IS 48 (19.14% from 255) = 30.19%

 GREEN value IS 52 (20.7% from 255) = 32.7%

 BLUE value IS 59 (23.44% from 255) = 37.11%

R = 30.19%
G = 32.7%
B = 37.11%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30343B (or 0x30343B) is known color: 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

RGB 48 52 59 -
CMYK 0.19 0.12 0 0.77
HSL 218.18º 0.1% 0.21% -
HSV(B) 218.18º 0.19% 0.23% -
XYZ 3.24 3.4 4.62 -
YUV 51.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 48 52 59 0.19 0.12 0 0.77 218.18 0.1 0.21
Hex 30 34 3B 13 C 0 4D DA A 15
Octal 60 64 73 23 14 0 115 332 12 25
Binary 110000 110100 111011 10011 1100 0 1001101 11011010 1010 10101

Color Harmonies of #30343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30343B

Black with #30343B

Text Example


Text Example

White with #30343B

Text Example


Text Example

HTML Codes & Css Web 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>