#32343A

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

Shades of Ebony Clay #32343A

Tints of Ebony Clay #32343A

Color information

#32343A (or 0x32343A) is unknown color: approx Ebony Clay. HEX triplet: 32, 34 and 3A. RGB value is (50,52,58). Sum of RGB (Red+Green+Blue) = 50+52+58=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 58 - color contains mainly: blue. Hex color #32343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32343A is #CDCBC5. Grayscale: #343434. Windows color (decimal): -13487046 or 3814450. OLE color: 3814450.

HSL color Cylindrical-coordinate representation of color #32343A: hue angle of 225º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32343A is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB505258-
CMYK0.140.1000.77
HSL225º7.41%21.18%-
HSV(B)225º13.79%22.75%-
XYZ3.313.444.49-
YUV52.09131.34126.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.25%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=31.25%
G=32.5%
B=36.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5052580.140.1000.772257.4121.18
Hex32343AEA04De1715
Octal62647216120115341725
Binary11001011010011101011101010010011011110000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32343A; }

 p { color: rgb(50,52,58); }

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

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

 a { background-color: rgb(50,52,58); }

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

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

 span { border-color: rgb(50,52,58); }

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