Html Css Color HEX #373B46 Licorice

📋 copy color: '#373B46'

red 55 ◦ green 59 ◦ blue 70

#373B46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #373B46

Tints of Licorice #373B46

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 value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#373B46 (or 0x373B46) is known color: 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

RGB 55 59 70 -
CMYK 0.21 0.16 0 0.73
HSL 224º 0.12% 0.25% -
HSV(B) 224º 0.21% 0.27% -
XYZ 4.25 4.38 6.42 -
YUV 59.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 55 59 70 0.21 0.16 0 0.73 224 0.12 0.25
Hex 37 3B 46 15 10 0 49 E0 C 19
Octal 67 73 106 25 20 0 111 340 14 31
Binary 110111 111011 1000110 10101 10000 0 1001001 11100000 1100 11001

Color Harmonies of #373B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B46

Black with #373B46

Text Example


Text Example

White with #373B46

Text Example


Text Example

HTML Codes & Css Web 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>