#293546

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

Shades of Licorice #293546

Tints of Licorice #293546

Color information

#293546 (or 0x293546) is unknown color: approx Licorice. HEX triplet: 29, 35 and 46. RGB value is (41,53,70). Sum of RGB (Red+Green+Blue) = 41+53+70=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #293546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293546 is #D6CAB9. Grayscale: #333333. Windows color (decimal): -14076602 or 4601129. OLE color: 4601129.

HSL color Cylindrical-coordinate representation of color #293546: hue angle of 215.17º 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 #293546 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB415370-
CMYK0.410.2400.73
HSL215.17º26.13%21.76%-
HSV(B)215.17º41.43%27.45%-
XYZ3.293.466.29-
YUV51.35138.52120.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=25%
G=32.32%
B=42.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4153700.410.2400.73215.1726.1321.76
Hex2935462918049d71a16
Octal5165106513001113273226
Binary10100111010110001101010011100001001001110101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293546; }

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

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

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

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

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

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

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

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