Html Css Color HEX #29374E Licorice

📋 copy color: '#29374E'

red 41 ◦ green 55 ◦ blue 78

#29374E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #29374E

Tints of Licorice #29374E

RGB

 RED value IS 41 (16.41% from 255) = 23.56%

 GREEN value IS 55 (21.88% from 255) = 31.61%

 BLUE value IS 78 (30.86% from 255) = 44.83%

R = 23.56%
G = 31.61%
B = 44.83%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29374E (or 0x29374E) is known color: Licorice. HEX triplet: 29, 37 and 4E. RGB value is (41,55,78). Sum of RGB (Red+Green+Blue) = 41+55+78=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #29374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29374E is #D6C8B1. Grayscale: #353535. Windows color (decimal): -14076082 or 5125929. OLE color: 5125929.

HSL color Cylindrical-coordinate representation of color #29374E: hue angle of 217.3º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29374E is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 55 78 -
CMYK 0.47 0.29 0 0.69
HSL 217.3º 0.31% 0.23% -
HSV(B) 217.3º 0.47% 0.31% -
XYZ 3.66 3.75 7.74 -
YUV 53.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 41 55 78 0.47 0.29 0 0.69 217.3 0.31 0.23
Hex 29 37 4E 2F 1D 0 45 D9 1F 17
Octal 51 67 116 57 35 0 105 331 37 27
Binary 101001 110111 1001110 101111 11101 0 1000101 11011001 11111 10111

Color Harmonies of #29374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29374E

Black with #29374E

Text Example


Text Example

White with #29374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29374E; }

 p { color: rgb(41,55,78); }

 H1.HeaderClassName
 {
   color: #29374E;
 }
 .AnyTagClassName
 {
   color: #29374E;
 }
</style>

background-color css

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

 a { background-color: rgb(41,55,78); }

 div.DivClassName
 {
   background-color: #29374E;
 }
 .BgClassName
 {
   background-color: #29374E;
 }
</style>

border-color css

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

 span { border-color: rgb(41,55,78); }

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