#335252

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

Shades of Dark Slate Grey #335252

Tints of Dark Slate Grey #335252

Color information

#335252 (or 0x335252) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 52 and 52. RGB value is (51,82,82). Sum of RGB (Red+Green+Blue) = 51+82+82=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #335252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335252 is #CCADAD. Grayscale: #484848. Windows color (decimal): -13413806 or 5394995. OLE color: 5394995.

HSL color Cylindrical-coordinate representation of color #335252: hue angle of 180º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #335252 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB518282-
CMYK0.38000.68
HSL180º23.31%26.08%-
HSV(B)180º37.8%32.16%-
XYZ5.917.359.09-
YUV72.73133.23112.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=23.72%
G=38.14%
B=38.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5182820.38000.6818023.3126.08
Hex335252260044b4171a
Octal6312212246001042642732
Binary11001110100101010010100110001000100101101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335252; }

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

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

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

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

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

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

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

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