#29384B

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

Shades of Licorice #29384B

Tints of Licorice #29384B

Color information

#29384B (or 0x29384B) is unknown color: approx Licorice. HEX triplet: 29, 38 and 4B. RGB value is (41,56,75). Sum of RGB (Red+Green+Blue) = 41+56+75=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #29384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29384B is #D6C7B4. Grayscale: #353535. Windows color (decimal): -14075829 or 4929577. OLE color: 4929577.

HSL color Cylindrical-coordinate representation of color #29384B: hue angle of 213.53º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29384B is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB415675-
CMYK0.450.2500.71
HSL213.53º29.31%22.75%-
HSV(B)213.53º45.33%29.41%-
XYZ3.63.817.2-
YUV53.68140.03118.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=23.84%
G=32.56%
B=43.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4156750.450.2500.71213.5329.3122.75
Hex29384B2D19047d61d17
Octal5170113553101073263527
Binary10100111100010010111011011100101000111110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29384B; }

 p { color: rgb(41,56,75); }

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

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

 a { background-color: rgb(41,56,75); }

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

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

 span { border-color: rgb(41,56,75); }

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