#303944

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

Shades of Licorice #303944

Tints of Licorice #303944

Color information

#303944 (or 0x303944) is unknown color: approx Licorice. HEX triplet: 30, 39 and 44. RGB value is (48,57,68). Sum of RGB (Red+Green+Blue) = 48+57+68=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 68 - color contains mainly: blue. Hex color #303944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303944 is #CFC6BB. Grayscale: #373737. Windows color (decimal): -13616828 or 4471088. OLE color: 4471088.

HSL color Cylindrical-coordinate representation of color #303944: hue angle of 213º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303944 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB485768-
CMYK0.290.1600.73
HSL213º17.24%22.75%-
HSV(B)213º29.41%26.67%-
XYZ3.733.976.04-
YUV55.56135.02122.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=27.75%
G=32.95%
B=39.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4857680.290.1600.7321317.2422.75
Hex3039441D10049d51117
Octal6071104352001113252127
Binary1100001110011000100111011000001001001110101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303944; }

 p { color: rgb(48,57,68); }

 H1.HeaderClassName
 {
   color: #303944;
 }
 .AnyTagClassName
 {
   color: #303944;
 }
</style>
background-color css

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

 a { background-color: rgb(48,57,68); }

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

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

 span { border-color: rgb(48,57,68); }

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