#293443

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

Shades of Licorice #293443

Tints of Licorice #293443

Color information

#293443 (or 0x293443) is unknown color: approx Licorice. HEX triplet: 29, 34 and 43. RGB value is (41,52,67). Sum of RGB (Red+Green+Blue) = 41+52+67=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #293443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293443 is #D6CBBC. Grayscale: #323232. Windows color (decimal): -14076861 or 4404265. OLE color: 4404265.

HSL color Cylindrical-coordinate representation of color #293443: hue angle of 214.62º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #293443 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB415267-
CMYK0.390.2200.74
HSL214.62º24.07%21.18%-
HSV(B)214.62º38.81%26.27%-
XYZ3.163.335.79-
YUV50.42137.36121.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 67 (26.56% from 255) = 41.88%
R=25.62%
G=32.5%
B=41.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4152670.390.2200.74214.6224.0721.18
Hex293443271604Ad71815
Octal5164103472601123273025
Binary10100111010010000111001111011001001010110101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293443; }

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

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

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

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

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

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

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

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