Html Css Color HEX #324848 Dark Slate Grey

📋 copy color: '#324848'

red 50 ◦ green 72 ◦ blue 72

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

Shades of Dark Slate Grey #324848

Tints of Dark Slate Grey #324848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 25.77%
G = 37.11%
B = 37.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#324848 (or 0x324848) is known color: Dark Slate Grey. HEX triplet: 32, 48 and 48. RGB value is (50,72,72). Sum of RGB (Red+Green+Blue) = 50+72+72=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #324848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324848 is #CDB7B7. Grayscale: #414141. Windows color (decimal): -13481912 or 4737074. OLE color: 4737074.

HSL color Cylindrical-coordinate representation of color #324848: hue angle of 180º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324848 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 72 -
CMYK 0.31 0 0 0.72
HSL 180º 0.18% 0.24% -
HSV(B) 180º 0.31% 0.28% -
XYZ 4.8 5.78 6.99 -
YUV 65.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 50 72 72 0.31 0 0 0.72 180 0.18 0.24
Hex 32 48 48 1F 0 0 48 B4 12 18
Octal 62 110 110 37 0 0 110 264 22 30
Binary 110010 1001000 1001000 11111 0 0 1001000 10110100 10010 11000

Color Harmonies of #324848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324848

Black with #324848

Text Example


Text Example

White with #324848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324848; }

 p { color: rgb(50,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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