Html Css Color HEX #293748 Licorice

📋 copy color: '#293748'

red 41 ◦ green 55 ◦ blue 72

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

Shades of Licorice #293748

Tints of Licorice #293748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

 BLUE value IS 72 (28.52% from 255) = 42.86%

R = 24.4%
G = 32.74%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293748 (or 0x293748) is known color: Licorice. HEX triplet: 29, 37 and 48. RGB value is (41,55,72). Sum of RGB (Red+Green+Blue) = 41+55+72=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #293748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293748 is #D6C8B7. Grayscale: #343434. Windows color (decimal): -14076088 or 4732713. OLE color: 4732713.

HSL color Cylindrical-coordinate representation of color #293748: hue angle of 212.9º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293748 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 55 72 -
CMYK 0.43 0.24 0 0.72
HSL 212.9º 0.27% 0.22% -
HSV(B) 212.9º 0.43% 0.28% -
XYZ 3.45 3.67 6.66 -
YUV 52.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 41 55 72 0.43 0.24 0 0.72 212.9 0.27 0.22
Hex 29 37 48 2B 18 0 48 D5 1B 16
Octal 51 67 110 53 30 0 110 325 33 26
Binary 101001 110111 1001000 101011 11000 0 1001000 11010101 11011 10110

Color Harmonies of #293748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293748

Black with #293748

Text Example


Text Example

White with #293748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293748; }

 p { color: rgb(41,55,72); }

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

background-color css

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

 a { background-color: rgb(41,55,72); }

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

border-color css

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

 span { border-color: rgb(41,55,72); }

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