#2D343C

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

Shades of Ebony Clay #2D343C

Tints of Ebony Clay #2D343C

Color information

#2D343C (or 0x2D343C) is unknown color: approx Ebony Clay. HEX triplet: 2D, 34 and 3C. RGB value is (45,52,60). Sum of RGB (Red+Green+Blue) = 45+52+60=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D343C is #D2CBC3. Grayscale: #323232. Windows color (decimal): -13814724 or 3945517. OLE color: 3945517.

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

Color convert

RGB455260-
CMYK0.250.1300.76
HSL212º14.29%20.59%-
HSV(B)212º25%23.53%-
XYZ3.133.344.75-
YUV50.82133.18123.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=28.66%
G=33.12%
B=38.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4552600.250.1300.7621214.2920.59
Hex2D343C19D04Cd4e15
Octal556474311501143241625
Binary1011011101001111001100111010100110011010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D343C;
 }
 .AnyTagClassName
 {
   color: #2D343C;
 }
</style>
background-color css

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

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

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

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

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

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