#29364D

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

Shades of Licorice #29364D

Tints of Licorice #29364D

Color information

#29364D (or 0x29364D) is unknown color: approx Licorice. HEX triplet: 29, 36 and 4D. RGB value is (41,54,77). Sum of RGB (Red+Green+Blue) = 41+54+77=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #29364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29364D is #D6C9B2. Grayscale: #343434. Windows color (decimal): -14076339 or 5060137. OLE color: 5060137.

HSL color Cylindrical-coordinate representation of color #29364D: hue angle of 218.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29364D is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB415477-
CMYK0.470.3000.70
HSL218.33º30.51%23.14%-
HSV(B)218.33º46.75%30.2%-
XYZ3.573.657.54-
YUV52.73141.69119.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=23.84%
G=31.40%
B=44.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4154770.470.3000.70218.3330.5123.14
Hex29364D2F1E046da1f17
Octal5166115573601063323727
Binary10100111011010011011011111111001000110110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29364D; }

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

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

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

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

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

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

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

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