Html Css Color HEX #29364C Licorice

📋 copy color: '#29364C'

red 41 ◦ green 54 ◦ blue 76

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

Shades of Licorice #29364C

Tints of Licorice #29364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.58%

 BLUE value IS 76 (30.08% from 255) = 44.44%

R = 23.98%
G = 31.58%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29364C (or 0x29364C) is known color: Licorice. HEX triplet: 29, 36 and 4C. RGB value is (41,54,76). Sum of RGB (Red+Green+Blue) = 41+54+76=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #29364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29364C is #D6C9B3. Grayscale: #343434. Windows color (decimal): -14076340 or 4994601. OLE color: 4994601.

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

Color convert

RGB 41 54 76 -
CMYK 0.46 0.29 0 0.70
HSL 217.71º 0.3% 0.23% -
HSV(B) 217.71º 0.46% 0.3% -
XYZ 3.54 3.63 7.35 -
YUV 52.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 41 54 76 0.46 0.29 0 0.70 217.71 0.3 0.23
Hex 29 36 4C 2E 1D 0 46 DA 1E 17
Octal 51 66 114 56 35 0 106 332 36 27
Binary 101001 110110 1001100 101110 11101 0 1000110 11011010 11110 10111

Color Harmonies of #29364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29364C

Black with #29364C

Text Example


Text Example

White with #29364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29364C;
 }
 .AnyTagClassName
 {
   color: #29364C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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