#363948

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

Shades of Licorice #363948

Tints of Licorice #363948

Color information

#363948 (or 0x363948) is unknown color: approx Licorice. HEX triplet: 36, 39 and 48. RGB value is (54,57,72). Sum of RGB (Red+Green+Blue) = 54+57+72=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 57 (22.66% from 255 or 31.15% 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 #363948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363948 is #C9C6B7. Grayscale: #393939. Windows color (decimal): -13223608 or 4733238. OLE color: 4733238.

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

Color convert

RGB545772-
CMYK0.250.2100.72
HSL230º14.29%24.71%-
HSV(B)230º25%28.24%-
XYZ4.154.186.72-
YUV57.81136.01125.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=29.51%
G=31.15%
B=39.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5457720.250.2100.7223014.2924.71
Hex3639481915048e6e19
Octal6671110312501103461631
Binary110110111001100100011001101010100100011100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363948; }

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

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

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

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

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

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

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

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