#293446

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

Shades of Licorice #293446

Tints of Licorice #293446

Color information

#293446 (or 0x293446) is unknown color: approx Licorice. HEX triplet: 29, 34 and 46. RGB value is (41,52,70). Sum of RGB (Red+Green+Blue) = 41+52+70=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #293446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293446 is #D6CBB9. Grayscale: #323232. Windows color (decimal): -14076858 or 4600873. OLE color: 4600873.

HSL color Cylindrical-coordinate representation of color #293446: hue angle of 217.24º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293446 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB415270-
CMYK0.410.2600.73
HSL217.24º26.13%21.76%-
HSV(B)217.24º41.43%27.45%-
XYZ3.253.376.27-
YUV50.76138.86121.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=25.15%
G=31.90%
B=42.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4152700.410.2600.73217.2426.1321.76
Hex293446291A049d91a16
Octal5164106513201113313226
Binary10100111010010001101010011101001001001110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293446; }

 p { color: rgb(41,52,70); }

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

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

 a { background-color: rgb(41,52,70); }

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

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

 span { border-color: rgb(41,52,70); }

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