#303748

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

Shades of Licorice #303748

Tints of Licorice #303748

Color information

#303748 (or 0x303748) is unknown color: approx Licorice. HEX triplet: 30, 37 and 48. RGB value is (48,55,72). Sum of RGB (Red+Green+Blue) = 48+55+72=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #303748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303748 is #CFC8B7. Grayscale: #363636. Windows color (decimal): -13617336 or 4732720. OLE color: 4732720.

HSL color Cylindrical-coordinate representation of color #303748: hue angle of 222.5º 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 #303748 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB485572-
CMYK0.330.2400.72
HSL222.5º20%23.53%-
HSV(B)222.5º33.33%28.24%-
XYZ3.753.836.67-
YUV54.84137.68123.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=27.43%
G=31.43%
B=41.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4855720.330.2400.72222.52023.53
Hex3037482118048de1418
Octal6067110413001103362430
Binary11000011011110010001000011100001001000110111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303748; }

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

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

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

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

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

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

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

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