Html Css Color HEX #303439 Ebony Clay

📋 copy color: '#303439'

red 48 ◦ green 52 ◦ blue 57

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

Shades of Ebony Clay #303439

Tints of Ebony Clay #303439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 36.31%

R = 30.57%
G = 33.12%
B = 36.31%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#303439 (or 0x303439) is known color: Ebony Clay. HEX triplet: 30, 34 and 39. RGB value is (48,52,57). Sum of RGB (Red+Green+Blue) = 48+52+57=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #303439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303439 is #CFCBC6. Grayscale: #333333. Windows color (decimal): -13618119 or 3748912. OLE color: 3748912.

HSL color Cylindrical-coordinate representation of color #303439: hue angle of 213.33º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303439 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 52 57 -
CMYK 0.16 0.09 0 0.78
HSL 213.33º 0.09% 0.21% -
HSV(B) 213.33º 0.16% 0.22% -
XYZ 3.19 3.38 4.36 -
YUV 51.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 48 52 57 0.16 0.09 0 0.78 213.33 0.09 0.21
Hex 30 34 39 10 9 0 4E D5 9 15
Octal 60 64 71 20 11 0 116 325 11 25
Binary 110000 110100 111001 10000 1001 0 1001110 11010101 1001 10101

Color Harmonies of #303439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303439

Black with #303439

Text Example


Text Example

White with #303439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303439; }

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

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

background-color css

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

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

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

border-color css

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

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

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