#303A46

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

Shades of Licorice #303A46

Tints of Licorice #303A46

Color information

#303A46 (or 0x303A46) is unknown color: approx Licorice. HEX triplet: 30, 3A and 46. RGB value is (48,58,70). Sum of RGB (Red+Green+Blue) = 48+58+70=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #303A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A46 is #CFC5B9. Grayscale: #383838. Windows color (decimal): -13616570 or 4602416. OLE color: 4602416.

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

Color convert

RGB485870-
CMYK0.310.1700.73
HSL212.73º18.64%23.14%-
HSV(B)212.73º31.43%27.45%-
XYZ3.844.16.38-
YUV56.38135.69122.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=27.27%
G=32.95%
B=39.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4858700.310.1700.73212.7318.6423.14
Hex303A461F11049d51317
Octal6072106372101113252327
Binary1100001110101000110111111000101001001110101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303A46; }

 p { color: rgb(48,58,70); }

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

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

 a { background-color: rgb(48,58,70); }

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

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

 span { border-color: rgb(48,58,70); }

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