Html Css Color HEX #293544 Licorice

📋 copy color: '#293544'

red 41 ◦ green 53 ◦ blue 68

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

Shades of Licorice #293544

Tints of Licorice #293544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.72%

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

R = 25.31%
G = 32.72%
B = 41.98%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#293544 (or 0x293544) is known color: Licorice. HEX triplet: 29, 35 and 44. RGB value is (41,53,68). Sum of RGB (Red+Green+Blue) = 41+53+68=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #293544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293544 is #D6CABB. Grayscale: #333333. Windows color (decimal): -14076604 or 4470057. OLE color: 4470057.

HSL color Cylindrical-coordinate representation of color #293544: hue angle of 213.33º 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 #293544 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 53 68 -
CMYK 0.40 0.22 0 0.73
HSL 213.33º 0.25% 0.21% -
HSV(B) 213.33º 0.4% 0.27% -
XYZ 3.23 3.43 5.96 -
YUV 51.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 41 53 68 0.40 0.22 0 0.73 213.33 0.25 0.21
Hex 29 35 44 28 16 0 49 D5 19 15
Octal 51 65 104 50 26 0 111 325 31 25
Binary 101001 110101 1000100 101000 10110 0 1001001 11010101 11001 10101

Color Harmonies of #293544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293544

Black with #293544

Text Example


Text Example

White with #293544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293544; }

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

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

background-color css

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

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

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

border-color css

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

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

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