Html Css Color HEX #30343D Ebony Clay

📋 copy color: '#30343D'

red 48 ◦ green 52 ◦ blue 61

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

Shades of Ebony Clay #30343D

Tints of Ebony Clay #30343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.89%

R = 29.81%
G = 32.3%
B = 37.89%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30343D (or 0x30343D) is known color: Ebony Clay. HEX triplet: 30, 34 and 3D. RGB value is (48,52,61). Sum of RGB (Red+Green+Blue) = 48+52+61=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #30343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30343D is #CFCBC2. Grayscale: #333333. Windows color (decimal): -13618115 or 4011056. OLE color: 4011056.

HSL color Cylindrical-coordinate representation of color #30343D: hue angle of 221.54º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30343D is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 52 61 -
CMYK 0.21 0.15 0 0.76
HSL 221.54º 0.12% 0.21% -
HSV(B) 221.54º 0.21% 0.24% -
XYZ 3.29 3.42 4.9 -
YUV 51.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 48 52 61 0.21 0.15 0 0.76 221.54 0.12 0.21
Hex 30 34 3D 15 F 0 4C DE C 15
Octal 60 64 75 25 17 0 114 336 14 25
Binary 110000 110100 111101 10101 1111 0 1001100 11011110 1100 10101

Color Harmonies of #30343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30343D

Black with #30343D

Text Example


Text Example

White with #30343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30343D;
 }
 .AnyTagClassName
 {
   color: #30343D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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