#364949

Color #364949 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #364949

Tints of Dark Slate Grey #364949

Color information

#364949 (or 0x364949) is unknown color: approx Dark Slate Grey. HEX triplet: 36, 49 and 49. RGB value is (54,73,73). Sum of RGB (Red+Green+Blue) = 54+73+73=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #364949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364949 is #C9B6B6. Grayscale: #434343. Windows color (decimal): -13219511 or 4802870. OLE color: 4802870.

HSL color Cylindrical-coordinate representation of color #364949: hue angle of 180º 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 #364949 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB547373-
CMYK0.26000.71
HSL180º14.96%24.9%-
HSV(B)180º26.03%28.63%-
XYZ5.116.037.2-
YUV67.32131.21118.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=27%
G=36.5%
B=36.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473730.26000.7118014.9624.9
Hex3649491A0047b4f19
Octal6611111132001072641731
Binary110110100100110010011101000100011110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364949; }

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

 H1.HeaderClassName
 {
   color: #364949;
 }
 .AnyTagClassName
 {
   color: #364949;
 }
</style>
background-color css

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

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

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

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

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

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