#373A48

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

Shades of Licorice #373A48

Tints of Licorice #373A48

Color information

#373A48 (or 0x373A48) is unknown color: approx Licorice. HEX triplet: 37, 3A and 48. RGB value is (55,58,72). Sum of RGB (Red+Green+Blue) = 55+58+72=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #373A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A48 is #C8C5B7. Grayscale: #3A3A3A. Windows color (decimal): -13157816 or 4733495. OLE color: 4733495.

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

Color convert

RGB555872-
CMYK0.240.1900.72
HSL229.41º13.39%24.9%-
HSV(B)229.41º23.61%28.24%-
XYZ4.264.316.74-
YUV58.7135.51125.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=29.73%
G=31.35%
B=38.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5558720.240.1900.72229.4113.3924.9
Hex373A481813048e5d19
Octal6772110302301103451531
Binary110111111010100100011000100110100100011100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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