Html Css Color HEX #2F343C Ebony Clay

📋 copy color: '#2F343C'

red 47 ◦ green 52 ◦ blue 60

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

Shades of Ebony Clay #2F343C

Tints of Ebony Clay #2F343C

RGB

 RED value IS 47 (18.75% from 255) = 29.56%

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

 BLUE value IS 60 (23.83% from 255) = 37.74%

R = 29.56%
G = 32.7%
B = 37.74%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F343C (or 0x2F343C) is known color: Ebony Clay. HEX triplet: 2F, 34 and 3C. RGB value is (47,52,60). Sum of RGB (Red+Green+Blue) = 47+52+60=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #2F343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F343C is #D0CBC3. Grayscale: #333333. Windows color (decimal): -13683652 or 3945519. OLE color: 3945519.

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

Color convert

RGB 47 52 60 -
CMYK 0.22 0.13 0 0.76
HSL 216.92º 0.12% 0.21% -
HSV(B) 216.92º 0.22% 0.24% -
XYZ 3.22 3.39 4.76 -
YUV 51.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 47 52 60 0.22 0.13 0 0.76 216.92 0.12 0.21
Hex 2F 34 3C 16 D 0 4C D9 C 15
Octal 57 64 74 26 15 0 114 331 14 25
Binary 101111 110100 111100 10110 1101 0 1001100 11011001 1100 10101

Color Harmonies of #2F343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F343C

Black with #2F343C

Text Example


Text Example

White with #2F343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F343C; }

 p { color: rgb(47,52,60); }

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

background-color css

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

 a { background-color: rgb(47,52,60); }

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

border-color css

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

 span { border-color: rgb(47,52,60); }

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