#334747

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

Shades of Dark Slate Grey #334747

Tints of Dark Slate Grey #334747

Color information

#334747 (or 0x334747) is unknown color: approx 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

RGB517171-
CMYK0.28000.72
HSL180º16.39%23.92%-
HSV(B)180º28.17%27.84%-
XYZ4.765.676.8-
YUV65.02131.37118-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=26.42%
G=36.79%
B=36.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5171710.28000.7218016.3923.92
Hex3347471C0048b41018
Octal6310710734001102642030
Binary1100111000111100011111100001001000101101001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>