Html Css Color HEX #324B4B Dark Slate Grey

📋 copy color: '#324B4B'

red 50 ◦ green 75 ◦ blue 75

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

Shades of Dark Slate Grey #324B4B

Tints of Dark Slate Grey #324B4B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.5%

 BLUE value IS 75 (29.69% from 255) = 37.5%

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#324B4B (or 0x324B4B) is known color: Dark Slate Grey. HEX triplet: 32, 4B and 4B. RGB value is (50,75,75). Sum of RGB (Red+Green+Blue) = 50+75+75=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #324B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B4B is #CDB4B4. Grayscale: #434343. Windows color (decimal): -13481141 or 4934450. OLE color: 4934450.

HSL color Cylindrical-coordinate representation of color #324B4B: hue angle of 180º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B4B is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 75 -
CMYK 0.33 0 0 0.71
HSL 180º 0.2% 0.25% -
HSV(B) 180º 0.33% 0.29% -
XYZ 5.1 6.22 7.59 -
YUV 67.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 50 75 75 0.33 0 0 0.71 180 0.2 0.25
Hex 32 4B 4B 21 0 0 47 B4 14 19
Octal 62 113 113 41 0 0 107 264 24 31
Binary 110010 1001011 1001011 100001 0 0 1000111 10110100 10100 11001

Color Harmonies of #324B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B4B

Black with #324B4B

Text Example


Text Example

White with #324B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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