#353B47

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

Shades of Licorice #353B47

Tints of Licorice #353B47

Color information

#353B47 (or 0x353B47) is unknown color: approx Licorice. HEX triplet: 35, 3B and 47. RGB value is (53,59,71). Sum of RGB (Red+Green+Blue) = 53+59+71=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #353B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B47 is #CAC4B8. Grayscale: #3A3A3A. Windows color (decimal): -13288633 or 4668213. OLE color: 4668213.

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

Color convert

RGB535971-
CMYK0.250.1700.72
HSL220º14.52%24.31%-
HSV(B)220º25.35%27.84%-
XYZ4.174.346.58-
YUV58.57135.01124.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=28.96%
G=32.24%
B=38.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5359710.250.1700.7222014.5224.31
Hex353B471911048dcf18
Octal6573107312101103341730
Binary110101111011100011111001100010100100011011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,71); }

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

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

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

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

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

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

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