Html Css Color HEX #334749 Dark Slate Grey

📋 copy color: '#334749'

red 51 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #334749

Tints of Dark Slate Grey #334749

RGB

 RED value IS 51 (20.31% from 255) = 26.15%

 GREEN value IS 71 (28.13% from 255) = 36.41%

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

R = 26.15%
G = 36.41%
B = 37.44%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#334749 (or 0x334749) is known color: Dark Slate Grey. HEX triplet: 33, 47 and 49. RGB value is (51,71,73). Sum of RGB (Red+Green+Blue) = 51+71+73=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #334749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334749 is #CCB8B6. Grayscale: #414141. Windows color (decimal): -13416631 or 4802355. OLE color: 4802355.

HSL color Cylindrical-coordinate representation of color #334749: hue angle of 185.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334749 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 71 73 -
CMYK 0.30 0.03 0 0.71
HSL 185.45º 0.18% 0.24% -
HSV(B) 185.45º 0.3% 0.29% -
XYZ 4.82 5.69 7.15 -
YUV 65.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 51 71 73 0.30 0.03 0 0.71 185.45 0.18 0.24
Hex 33 47 49 1E 3 0 47 B9 12 18
Octal 63 107 111 36 3 0 107 271 22 30
Binary 110011 1000111 1001001 11110 11 0 1000111 10111001 10010 11000

Color Harmonies of #334749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334749

Black with #334749

Text Example


Text Example

White with #334749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334749; }

 p { color: rgb(51,71,73); }

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

background-color css

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

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

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

border-color css

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

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

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