Html Css Color HEX #324546 Dark Slate Grey

📋 copy color: '#324546'

red 50 ◦ green 69 ◦ blue 70

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

Shades of Dark Slate Grey #324546

Tints of Dark Slate Grey #324546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 26.46%
G = 36.51%
B = 37.04%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#324546 (or 0x324546) is known color: Dark Slate Grey. HEX triplet: 32, 45 and 46. RGB value is (50,69,70). Sum of RGB (Red+Green+Blue) = 50+69+70=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #324546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324546 is #CDBAB9. Grayscale: #3F3F3F. Windows color (decimal): -13482682 or 4605234. OLE color: 4605234.

HSL color Cylindrical-coordinate representation of color #324546: hue angle of 183º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #324546 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 70 -
CMYK 0.29 0.01 0 0.73
HSL 183º 0.17% 0.24% -
HSV(B) 183º 0.29% 0.27% -
XYZ 4.55 5.38 6.59 -
YUV 63.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 50 69 70 0.29 0.01 0 0.73 183 0.17 0.24
Hex 32 45 46 1D 1 0 49 B7 11 18
Octal 62 105 106 35 1 0 111 267 21 30
Binary 110010 1000101 1000110 11101 1 0 1001001 10110111 10001 11000

Color Harmonies of #324546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324546

Black with #324546

Text Example


Text Example

White with #324546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324546; }

 p { color: rgb(50,69,70); }

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

background-color css

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

 a { background-color: rgb(50,69,70); }

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

border-color css

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

 span { border-color: rgb(50,69,70); }

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