Html Css Color HEX #334747 Dark Slate Grey

📋 copy color: '#334747'

red 51 ◦ green 71 ◦ blue 71

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

Shades of Dark Slate Grey #334747

Tints of Dark Slate Grey #334747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 26.42%
G = 36.79%
B = 36.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#334747 (or 0x334747) is known color: Dark Slate Grey. HEX triplet: 33, 47 and 47. RGB value is (51,71,71). Sum of RGB (Red+Green+Blue) = 51+71+71=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #334747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334747 is #CCB8B8. Grayscale: #414141. Windows color (decimal): -13416633 or 4671283. OLE color: 4671283.

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

Color convert

RGB 51 71 71 -
CMYK 0.28 0 0 0.72
HSL 180º 0.16% 0.24% -
HSV(B) 180º 0.28% 0.28% -
XYZ 4.76 5.67 6.8 -
YUV 65.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 51 71 71 0.28 0 0 0.72 180 0.16 0.24
Hex 33 47 47 1C 0 0 48 B4 10 18
Octal 63 107 107 34 0 0 110 264 20 30
Binary 110011 1000111 1000111 11100 0 0 1001000 10110100 10000 11000

Color Harmonies of #334747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334747

Black with #334747

Text Example


Text Example

White with #334747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334747; }

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

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

background-color css

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

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

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

border-color css

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

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

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