#293544

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

Shades of Licorice #293544

Tints of Licorice #293544

Color information

#293544 (or 0x293544) is unknown color: approx Licorice. HEX triplet: 29, 35 and 44. RGB value is (41,53,68). Sum of RGB (Red+Green+Blue) = 41+53+68=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #293544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293544 is #D6CABB. Grayscale: #333333. Windows color (decimal): -14076604 or 4470057. OLE color: 4470057.

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

Color convert

RGB415368-
CMYK0.400.2200.73
HSL213.33º24.77%21.37%-
HSV(B)213.33º39.71%26.67%-
XYZ3.233.435.96-
YUV51.12137.52120.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=25.31%
G=32.72%
B=41.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4153680.400.2200.73213.3324.7721.37
Hex2935442816049d51915
Octal5165104502601113253125
Binary10100111010110001001010001011001001001110101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293544; }

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

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

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

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

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

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

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

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