Html Css Color HEX #32353A Ebony Clay

📋 copy color: '#32353A'

red 50 ◦ green 53 ◦ blue 58

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

Shades of Ebony Clay #32353A

Tints of Ebony Clay #32353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.92%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 31.06%
G = 32.92%
B = 36.02%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#32353A (or 0x32353A) is known color: Ebony Clay. HEX triplet: 32, 35 and 3A. RGB value is (50,53,58). Sum of RGB (Red+Green+Blue) = 50+53+58=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 58 - color contains mainly: blue. Hex color #32353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32353A is #CDCAC5. Grayscale: #343434. Windows color (decimal): -13486790 or 3814706. OLE color: 3814706.

HSL color Cylindrical-coordinate representation of color #32353A: hue angle of 217.5º 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 #32353A is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 53 58 -
CMYK 0.14 0.09 0 0.77
HSL 217.5º 0.07% 0.21% -
HSV(B) 217.5º 0.14% 0.23% -
XYZ 3.35 3.53 4.51 -
YUV 52.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 50 53 58 0.14 0.09 0 0.77 217.5 0.07 0.21
Hex 32 35 3A E 9 0 4D DA 7 15
Octal 62 65 72 16 11 0 115 332 7 25
Binary 110010 110101 111010 1110 1001 0 1001101 11011010 111 10101

Color Harmonies of #32353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32353A

Black with #32353A

Text Example


Text Example

White with #32353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32353A;
 }
 .AnyTagClassName
 {
   color: #32353A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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