#373A46

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

Shades of Licorice #373A46

Tints of Licorice #373A46

Color information

#373A46 (or 0x373A46) is unknown color: approx Licorice. HEX triplet: 37, 3A and 46. RGB value is (55,58,70). Sum of RGB (Red+Green+Blue) = 55+58+70=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #373A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A46 is #C8C5B9. Grayscale: #3A3A3A. Windows color (decimal): -13157818 or 4602423. OLE color: 4602423.

HSL color Cylindrical-coordinate representation of color #373A46: hue angle of 228º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #373A46 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB555870-
CMYK0.210.1700.73
HSL228º12%24.51%-
HSV(B)228º21.43%27.45%-
XYZ4.194.286.4-
YUV58.47134.51125.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=30.05%
G=31.69%
B=38.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5558700.210.1700.732281224.51
Hex373A461511049e4c19
Octal6772106252101113441431
Binary110111111010100011010101100010100100111100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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