Html Css Color HEX #354949 Dark Slate Grey

📋 copy color: '#354949'

red 53 ◦ green 73 ◦ blue 73

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

Shades of Dark Slate Grey #354949

Tints of Dark Slate Grey #354949

RGB

 RED value IS 53 (21.09% from 255) = 26.63%

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

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

R = 26.63%
G = 36.68%
B = 36.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#354949 (or 0x354949) is known color: Dark Slate Grey. HEX triplet: 35, 49 and 49. RGB value is (53,73,73). Sum of RGB (Red+Green+Blue) = 53+73+73=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #354949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354949 is #CAB6B6. Grayscale: #434343. Windows color (decimal): -13285047 or 4802869. OLE color: 4802869.

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

Color convert

RGB 53 73 73 -
CMYK 0.27 0 0 0.71
HSL 180º 0.16% 0.25% -
HSV(B) 180º 0.27% 0.29% -
XYZ 5.05 6 7.2 -
YUV 67.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 53 73 73 0.27 0 0 0.71 180 0.16 0.25
Hex 35 49 49 1B 0 0 47 B4 10 19
Octal 65 111 111 33 0 0 107 264 20 31
Binary 110101 1001001 1001001 11011 0 0 1000111 10110100 10000 11001

Color Harmonies of #354949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354949

Black with #354949

Text Example


Text Example

White with #354949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354949; }

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

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

background-color css

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

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

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

border-color css

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

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

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