Html Css Color HEX #293443 Licorice

📋 copy color: '#293443'

red 41 ◦ green 52 ◦ blue 67

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

Shades of Licorice #293443

Tints of Licorice #293443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.88%

R = 25.63%
G = 32.5%
B = 41.88%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#293443 (or 0x293443) is known color: Licorice. HEX triplet: 29, 34 and 43. RGB value is (41,52,67). Sum of RGB (Red+Green+Blue) = 41+52+67=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #293443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293443 is #D6CBBC. Grayscale: #323232. Windows color (decimal): -14076861 or 4404265. OLE color: 4404265.

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

Color convert

RGB 41 52 67 -
CMYK 0.39 0.22 0 0.74
HSL 214.62º 0.24% 0.21% -
HSV(B) 214.62º 0.39% 0.26% -
XYZ 3.16 3.33 5.79 -
YUV 50.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 41 52 67 0.39 0.22 0 0.74 214.62 0.24 0.21
Hex 29 34 43 27 16 0 4A D7 18 15
Octal 51 64 103 47 26 0 112 327 30 25
Binary 101001 110100 1000011 100111 10110 0 1001010 11010111 11000 10101

Color Harmonies of #293443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293443

Black with #293443

Text Example


Text Example

White with #293443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293443; }

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

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

background-color css

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

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

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

border-color css

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

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

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