Html Css Color HEX #293342 Licorice

📋 copy color: '#293342'

red 41 ◦ green 51 ◦ blue 66

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

Shades of Licorice #293342

Tints of Licorice #293342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 25.95%
G = 32.28%
B = 41.77%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#293342 (or 0x293342) is known color: Licorice. HEX triplet: 29, 33 and 42. RGB value is (41,51,66). Sum of RGB (Red+Green+Blue) = 41+51+66=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 66 - color contains mainly: blue. Hex color #293342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293342 is #D6CCBD. Grayscale: #313131. Windows color (decimal): -14077118 or 4338473. OLE color: 4338473.

HSL color Cylindrical-coordinate representation of color #293342: hue angle of 216º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #293342 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 51 66 -
CMYK 0.38 0.23 0 0.74
HSL 216º 0.23% 0.21% -
HSV(B) 216º 0.38% 0.26% -
XYZ 3.08 3.23 5.62 -
YUV 49.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 41 51 66 0.38 0.23 0 0.74 216 0.23 0.21
Hex 29 33 42 26 17 0 4A D8 17 15
Octal 51 63 102 46 27 0 112 330 27 25
Binary 101001 110011 1000010 100110 10111 0 1001010 11011000 10111 10101

Color Harmonies of #293342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293342

Black with #293342

Text Example


Text Example

White with #293342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293342; }

 p { color: rgb(41,51,66); }

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

background-color css

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

 a { background-color: rgb(41,51,66); }

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

border-color css

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

 span { border-color: rgb(41,51,66); }

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