#353948

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

Shades of Licorice #353948

Tints of Licorice #353948

Color information

#353948 (or 0x353948) is unknown color: approx Licorice. HEX triplet: 35, 39 and 48. RGB value is (53,57,72). Sum of RGB (Red+Green+Blue) = 53+57+72=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #353948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353948 is #CAC6B7. Grayscale: #393939. Windows color (decimal): -13289144 or 4733237. OLE color: 4733237.

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

Color convert

RGB535772-
CMYK0.260.2100.72
HSL227.37º15.2%24.51%-
HSV(B)227.37º26.39%28.24%-
XYZ4.14.156.72-
YUV57.51136.17124.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=29.12%
G=31.32%
B=39.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5357720.260.2100.72227.3715.224.51
Hex3539481A15048e3f19
Octal6571110322501103431731
Binary110101111001100100011010101010100100011100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353948; }

 p { color: rgb(53,57,72); }

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

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

 a { background-color: rgb(53,57,72); }

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

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

 span { border-color: rgb(53,57,72); }

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