#353A48

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

Shades of Licorice #353A48

Tints of Licorice #353A48

Color information

#353A48 (or 0x353A48) is unknown color: approx Licorice. HEX triplet: 35, 3A and 48. RGB value is (53,58,72). Sum of RGB (Red+Green+Blue) = 53+58+72=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #353A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A48 is #CAC5B7. Grayscale: #3A3A3A. Windows color (decimal): -13288888 or 4733493. OLE color: 4733493.

HSL color Cylindrical-coordinate representation of color #353A48: hue angle of 224.21º 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 #353A48 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB535872-
CMYK0.260.1900.72
HSL224.21º15.2%24.51%-
HSV(B)224.21º26.39%28.24%-
XYZ4.154.256.73-
YUV58.1135.84124.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=28.96%
G=31.69%
B=39.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5358720.260.1900.72224.2115.224.51
Hex353A481A13048e0f19
Octal6572110322301103401731
Binary110101111010100100011010100110100100011100000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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