#303844

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

Shades of Licorice #303844

Tints of Licorice #303844

Color information

#303844 (or 0x303844) is unknown color: approx Licorice. HEX triplet: 30, 38 and 44. RGB value is (48,56,68). Sum of RGB (Red+Green+Blue) = 48+56+68=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #303844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303844 is #CFC7BB. Grayscale: #363636. Windows color (decimal): -13617084 or 4470832. OLE color: 4470832.

HSL color Cylindrical-coordinate representation of color #303844: hue angle of 216º 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 #303844 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB485668-
CMYK0.290.1800.73
HSL216º17.24%22.75%-
HSV(B)216º29.41%26.67%-
XYZ3.683.876.02-
YUV54.98135.35123.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=27.91%
G=32.56%
B=39.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4856680.290.1800.7321617.2422.75
Hex3038441D12049d81117
Octal6070104352201113302127
Binary1100001110001000100111011001001001001110110001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303844; }

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

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

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

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

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

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

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

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