#373B46

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

Shades of Licorice #373B46

Tints of Licorice #373B46

Color information

#373B46 (or 0x373B46) is unknown color: approx Licorice. HEX triplet: 37, 3B and 46. RGB value is (55,59,70). Sum of RGB (Red+Green+Blue) = 55+59+70=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #373B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B46 is #C8C4B9. Grayscale: #3B3B3B. Windows color (decimal): -13157562 or 4602679. OLE color: 4602679.

HSL color Cylindrical-coordinate representation of color #373B46: hue angle of 224º 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 #373B46 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB555970-
CMYK0.210.1600.73
HSL224º12%24.51%-
HSV(B)224º21.43%27.45%-
XYZ4.254.386.42-
YUV59.06134.17125.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=29.89%
G=32.07%
B=38.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5559700.210.1600.732241224.51
Hex373B461510049e0c19
Octal6773106252001113401431
Binary110111111011100011010101100000100100111100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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