Html Css Color HEX #364849 Dark Slate Grey

📋 copy color: '#364849'

red 54 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #364849

Tints of Dark Slate Grey #364849

RGB

 RED value IS 54 (21.48% from 255) = 27.14%

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

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 27.14%
G = 36.18%
B = 36.68%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#364849 (or 0x364849) is known color: Dark Slate Grey. HEX triplet: 36, 48 and 49. RGB value is (54,72,73). Sum of RGB (Red+Green+Blue) = 54+72+73=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #364849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364849 is #C9B7B6. Grayscale: #424242. Windows color (decimal): -13219767 or 4802614. OLE color: 4802614.

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

Color convert

RGB 54 72 73 -
CMYK 0.26 0.01 0 0.71
HSL 183.16º 0.15% 0.25% -
HSV(B) 183.16º 0.26% 0.29% -
XYZ 5.04 5.9 7.18 -
YUV 66.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 54 72 73 0.26 0.01 0 0.71 183.16 0.15 0.25
Hex 36 48 49 1A 1 0 47 B7 F 19
Octal 66 110 111 32 1 0 107 267 17 31
Binary 110110 1001000 1001001 11010 1 0 1000111 10110111 1111 11001

Color Harmonies of #364849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364849

Black with #364849

Text Example


Text Example

White with #364849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364849; }

 p { color: rgb(54,72,73); }

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

background-color css

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

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

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

border-color css

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

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

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