#293848

Color #293848 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #293848

Tints of Licorice #293848

Color information

#293848 (or 0x293848) is unknown color: approx 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

RGB415672-
CMYK0.430.2200.72
HSL210.97º27.43%22.16%-
HSV(B)210.97º43.06%28.24%-
XYZ3.53.776.67-
YUV53.34138.53119.2-

RGB Variations

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

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.60%
R=24.26%
G=33.14%
B=42.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4156720.430.2200.72210.9727.4322.16
Hex2938482B16048d31b16
Octal5170110532601103233326
Binary10100111100010010001010111011001001000110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>