#353A46

Color #353A46 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #353A46

Tints of Licorice #353A46

Color information

#353A46 (or 0x353A46) is unknown color: approx Licorice. HEX triplet: 35, 3A and 46. RGB value is (53,58,70). Sum of RGB (Red+Green+Blue) = 53+58+70=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 70 - color contains mainly: blue. Hex color #353A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A46 is #CAC5B9. Grayscale: #393939. Windows color (decimal): -13288890 or 4602421. OLE color: 4602421.

HSL color Cylindrical-coordinate representation of color #353A46: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353A46 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB535870-
CMYK0.240.1700.73
HSL222.35º13.82%24.12%-
HSV(B)222.35º24.29%27.45%-
XYZ4.094.236.39-
YUV57.87134.84124.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=29.28%
G=32.04%
B=38.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5358700.240.1700.73222.3513.8224.12
Hex353A461811049dee18
Octal6572106302101113361630
Binary110101111010100011011000100010100100111011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A46; }

 p { color: rgb(53,58,70); }

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

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

 a { background-color: rgb(53,58,70); }

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

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

 span { border-color: rgb(53,58,70); }

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