#293648

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

Shades of Licorice #293648

Tints of Licorice #293648

Color information

#293648 (or 0x293648) is unknown color: approx Licorice. HEX triplet: 29, 36 and 48. RGB value is (41,54,72). Sum of RGB (Red+Green+Blue) = 41+54+72=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #293648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293648 is #D6C9B7. Grayscale: #343434. Windows color (decimal): -14076344 or 4732457. OLE color: 4732457.

HSL color Cylindrical-coordinate representation of color #293648: hue angle of 214.84º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293648 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB415472-
CMYK0.430.2500.72
HSL214.84º27.43%22.16%-
HSV(B)214.84º43.06%28.24%-
XYZ3.43.586.64-
YUV52.16139.19120.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=24.55%
G=32.34%
B=43.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4154720.430.2500.72214.8427.4322.16
Hex2936482B19048d71b16
Octal5166110533101103273326
Binary10100111011010010001010111100101001000110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293648; }

 p { color: rgb(41,54,72); }

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

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

 a { background-color: rgb(41,54,72); }

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

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

 span { border-color: rgb(41,54,72); }

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