Html Css Color HEX #32343A Ebony Clay

📋 copy color: '#32343A'

red 50 ◦ green 52 ◦ blue 58

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

Shades of Ebony Clay #32343A

Tints of Ebony Clay #32343A

RGB

 RED value IS 50 (19.92% from 255) = 31.25%

 GREEN value IS 52 (20.7% 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 value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#32343A (or 0x32343A) is known color: 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

RGB 50 52 58 -
CMYK 0.14 0.10 0 0.77
HSL 225º 0.07% 0.21% -
HSV(B) 225º 0.14% 0.23% -
XYZ 3.31 3.44 4.49 -
YUV 52.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 50 52 58 0.14 0.10 0 0.77 225 0.07 0.21
Hex 32 34 3A E A 0 4D E1 7 15
Octal 62 64 72 16 12 0 115 341 7 25
Binary 110010 110100 111010 1110 1010 0 1001101 11100001 111 10101

Color Harmonies of #32343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32343A

Black with #32343A

Text Example


Text Example

White with #32343A

Text Example


Text Example

HTML Codes & Css Web 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>