#303742

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

Shades of Licorice #303742

Tints of Licorice #303742

Color information

#303742 (or 0x303742) is unknown color: approx Licorice. HEX triplet: 30, 37 and 42. RGB value is (48,55,66). Sum of RGB (Red+Green+Blue) = 48+55+66=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #303742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303742 is #CFC8BD. Grayscale: #363636. Windows color (decimal): -13617342 or 4339504. OLE color: 4339504.

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

Color convert

RGB485566-
CMYK0.270.1700.74
HSL216.67º15.79%22.35%-
HSV(B)216.67º27.27%25.88%-
XYZ3.573.755.69-
YUV54.16134.68123.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=28.40%
G=32.54%
B=39.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4855660.270.1700.74216.6715.7922.35
Hex3037421B1104Ad91016
Octal6067102332101123312026
Binary1100001101111000010110111000101001010110110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303742; }

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

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

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

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

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

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

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

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