#293545

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

Shades of Licorice #293545

Tints of Licorice #293545

Color information

#293545 (or 0x293545) is unknown color: approx Licorice. HEX triplet: 29, 35 and 45. RGB value is (41,53,69). Sum of RGB (Red+Green+Blue) = 41+53+69=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 69 - color contains mainly: blue. Hex color #293545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293545 is #D6CABA. Grayscale: #333333. Windows color (decimal): -14076603 or 4535593. OLE color: 4535593.

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

Color convert

RGB415369-
CMYK0.410.2300.73
HSL214.29º25.45%21.57%-
HSV(B)214.29º40.58%27.06%-
XYZ3.263.456.12-
YUV51.24138.02120.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=25.15%
G=32.52%
B=42.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4153690.410.2300.73214.2925.4521.57
Hex2935452917049d61916
Octal5165105512701113263126
Binary10100111010110001011010011011101001001110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293545; }

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

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

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

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

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

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

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

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