Html Css Color HEX #29384C Licorice

📋 copy color: '#29384C'

red 41 ◦ green 56 ◦ blue 76

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

Shades of Licorice #29384C

Tints of Licorice #29384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 23.7%
G = 32.37%
B = 43.93%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29384C (or 0x29384C) is known color: Licorice. HEX triplet: 29, 38 and 4C. RGB value is (41,56,76). Sum of RGB (Red+Green+Blue) = 41+56+76=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #29384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29384C is #D6C7B3. Grayscale: #353535. Windows color (decimal): -14075828 or 4995113. OLE color: 4995113.

HSL color Cylindrical-coordinate representation of color #29384C: hue angle of 214.29º 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 #29384C is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 56 76 -
CMYK 0.46 0.26 0 0.70
HSL 214.29º 0.3% 0.23% -
HSV(B) 214.29º 0.46% 0.3% -
XYZ 3.63 3.82 7.38 -
YUV 53.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 41 56 76 0.46 0.26 0 0.70 214.29 0.3 0.23
Hex 29 38 4C 2E 1A 0 46 D6 1E 17
Octal 51 70 114 56 32 0 106 326 36 27
Binary 101001 111000 1001100 101110 11010 0 1000110 11010110 11110 10111

Color Harmonies of #29384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29384C

Black with #29384C

Text Example


Text Example

White with #29384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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