Html Css Color HEX #293444 Licorice

📋 copy color: '#293444'

red 41 ◦ green 52 ◦ blue 68

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

Shades of Licorice #293444

Tints of Licorice #293444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.3%

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 25.47%
G = 32.3%
B = 42.24%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293444 (or 0x293444) is known color: Licorice. HEX triplet: 29, 34 and 44. RGB value is (41,52,68). Sum of RGB (Red+Green+Blue) = 41+52+68=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #293444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293444 is #D6CBBB. Grayscale: #323232. Windows color (decimal): -14076860 or 4469801. OLE color: 4469801.

HSL color Cylindrical-coordinate representation of color #293444: hue angle of 215.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #293444 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 52 68 -
CMYK 0.40 0.24 0 0.73
HSL 215.56º 0.25% 0.21% -
HSV(B) 215.56º 0.4% 0.27% -
XYZ 3.19 3.34 5.95 -
YUV 50.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 41 52 68 0.40 0.24 0 0.73 215.56 0.25 0.21
Hex 29 34 44 28 18 0 49 D8 19 15
Octal 51 64 104 50 30 0 111 330 31 25
Binary 101001 110100 1000100 101000 11000 0 1001001 11011000 11001 10101

Color Harmonies of #293444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293444

Black with #293444

Text Example


Text Example

White with #293444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293444; }

 p { color: rgb(41,52,68); }

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

background-color css

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

 a { background-color: rgb(41,52,68); }

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

border-color css

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

 span { border-color: rgb(41,52,68); }

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