#363A49

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

Shades of Licorice #363A49

Tints of Licorice #363A49

Color information

#363A49 (or 0x363A49) is unknown color: approx Licorice. HEX triplet: 36, 3A and 49. RGB value is (54,58,73). Sum of RGB (Red+Green+Blue) = 54+58+73=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #363A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A49 is #C9C5B6. Grayscale: #3A3A3A. Windows color (decimal): -13223351 or 4799030. OLE color: 4799030.

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

Color convert

RGB545873-
CMYK0.260.2100.71
HSL227.37º14.96%24.9%-
HSV(B)227.37º26.03%28.63%-
XYZ4.244.296.91-
YUV58.51136.17124.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=29.19%
G=31.35%
B=39.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5458730.260.2100.71227.3714.9624.9
Hex363A491A15047e3f19
Octal6672111322501073431731
Binary110110111010100100111010101010100011111100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363A49; }

 p { color: rgb(54,58,73); }

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

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

 a { background-color: rgb(54,58,73); }

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

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

 span { border-color: rgb(54,58,73); }

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