Html Css Color HEX #29384A Licorice

📋 copy color: '#29384A'

red 41 ◦ green 56 ◦ blue 74

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

Shades of Licorice #29384A

Tints of Licorice #29384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 43.27%

R = 23.98%
G = 32.75%
B = 43.27%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29384A (or 0x29384A) is known color: Licorice. HEX triplet: 29, 38 and 4A. RGB value is (41,56,74). Sum of RGB (Red+Green+Blue) = 41+56+74=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #29384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29384A is #D6C7B5. Grayscale: #353535. Windows color (decimal): -14075830 or 4864041. OLE color: 4864041.

HSL color Cylindrical-coordinate representation of color #29384A: hue angle of 212.73º 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 #29384A is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 56 74 -
CMYK 0.45 0.24 0 0.71
HSL 212.73º 0.29% 0.23% -
HSV(B) 212.73º 0.45% 0.29% -
XYZ 3.56 3.79 7.02 -
YUV 53.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 41 56 74 0.45 0.24 0 0.71 212.73 0.29 0.23
Hex 29 38 4A 2D 18 0 47 D5 1D 17
Octal 51 70 112 55 30 0 107 325 35 27
Binary 101001 111000 1001010 101101 11000 0 1000111 11010101 11101 10111

Color Harmonies of #29384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29384A

Black with #29384A

Text Example


Text Example

White with #29384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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