Html Css Color HEX #293848 Licorice

📋 copy color: '#293848'

red 41 ◦ green 56 ◦ blue 72

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

Shades of Licorice #293848

Tints of Licorice #293848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

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

R = 24.26%
G = 33.14%
B = 42.6%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293848 (or 0x293848) is known color: Licorice. HEX triplet: 29, 38 and 48. RGB value is (41,56,72). Sum of RGB (Red+Green+Blue) = 41+56+72=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #293848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293848 is #D6C7B7. Grayscale: #353535. Windows color (decimal): -14075832 or 4732969. OLE color: 4732969.

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

Color convert

RGB 41 56 72 -
CMYK 0.43 0.22 0 0.72
HSL 210.97º 0.27% 0.22% -
HSV(B) 210.97º 0.43% 0.28% -
XYZ 3.5 3.77 6.67 -
YUV 53.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 41 56 72 0.43 0.22 0 0.72 210.97 0.27 0.22
Hex 29 38 48 2B 16 0 48 D3 1B 16
Octal 51 70 110 53 26 0 110 323 33 26
Binary 101001 111000 1001000 101011 10110 0 1001000 11010011 11011 10110

Color Harmonies of #293848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293848

Black with #293848

Text Example


Text Example

White with #293848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293848; }

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

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

background-color css

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

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

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

border-color css

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

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

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