#303A48

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

Shades of Licorice #303A48

Tints of Licorice #303A48

Color information

#303A48 (or 0x303A48) is unknown color: approx Licorice. HEX triplet: 30, 3A and 48. RGB value is (48,58,72). Sum of RGB (Red+Green+Blue) = 48+58+72=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #303A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A48 is #CFC5B7. Grayscale: #383838. Windows color (decimal): -13616568 or 4733488. OLE color: 4733488.

HSL color Cylindrical-coordinate representation of color #303A48: hue angle of 215º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303A48 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB485872-
CMYK0.330.1900.72
HSL215º20%23.53%-
HSV(B)215º33.33%28.24%-
XYZ3.94.126.72-
YUV56.61136.69121.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=26.97%
G=32.58%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4858720.330.1900.722152023.53
Hex303A482113048d71418
Octal6072110412301103272430
Binary11000011101010010001000011001101001000110101111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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