#2F343C

Color #2F343C Ebony Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony Clay #2F343C

Tints of Ebony Clay #2F343C

Color information

#2F343C (or 0x2F343C) is unknown color: approx 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

RGB475260-
CMYK0.220.1300.76
HSL216.92º12.15%20.98%-
HSV(B)216.92º21.67%23.53%-
XYZ3.223.394.76-
YUV51.42132.84124.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.56%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=29.56%
G=32.70%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4752600.220.1300.76216.9212.1520.98
Hex2F343C16D04Cd9c15
Octal576474261501143311425
Binary1011111101001111001011011010100110011011001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>