Html Css Color HEX #30343A Ebony Clay

📋 copy color: '#30343A'

red 48 ◦ green 52 ◦ blue 58

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

Shades of Ebony Clay #30343A

Tints of Ebony Clay #30343A

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

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

RGB 48 52 58 -
CMYK 0.17 0.10 0 0.77
HSL 216º 0.09% 0.21% -
HSV(B) 216º 0.17% 0.23% -
XYZ 3.21 3.39 4.49 -
YUV 51.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 48 52 58 0.17 0.10 0 0.77 216 0.09 0.21
Hex 30 34 3A 11 A 0 4D D8 9 15
Octal 60 64 72 21 12 0 115 330 11 25
Binary 110000 110100 111010 10001 1010 0 1001101 11011000 1001 10101

Color Harmonies of #30343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30343A

Black with #30343A

Text Example


Text Example

White with #30343A

Text Example


Text Example

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