#335051

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

Shades of Dark Slate Grey #335051

Tints of Dark Slate Grey #335051

Color information

#335051 (or 0x335051) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 50 and 51. RGB value is (51,80,81). Sum of RGB (Red+Green+Blue) = 51+80+81=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #335051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335051 is #CCAFAE. Grayscale: #474747. Windows color (decimal): -13414319 or 5328947. OLE color: 5328947.

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

Color convert

RGB518081-
CMYK0.370.0100.68
HSL182º22.73%25.88%-
HSV(B)182º37.04%31.76%-
XYZ5.727.048.84-
YUV71.44133.39113.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=24.06%
G=37.74%
B=38.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5180810.370.0100.6818222.7325.88
Hex335051251044b6171a
Octal6312012145101042662732
Binary11001110100001010001100101101000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335051; }

 p { color: rgb(51,80,81); }

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

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

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

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

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

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

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