#303642

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

Shades of Licorice #303642

Tints of Licorice #303642

Color information

#303642 (or 0x303642) is unknown color: approx Licorice. HEX triplet: 30, 36 and 42. RGB value is (48,54,66). Sum of RGB (Red+Green+Blue) = 48+54+66=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #303642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303642 is #CFC9BD. Grayscale: #353535. Windows color (decimal): -13617598 or 4339248. OLE color: 4339248.

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

Color convert

RGB485466-
CMYK0.270.1800.74
HSL220º15.79%22.35%-
HSV(B)220º27.27%25.88%-
XYZ3.523.665.68-
YUV53.57135.01124.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=28.57%
G=32.14%
B=39.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4854660.270.1800.7422015.7922.35
Hex3036421B1204Adc1016
Octal6066102332201123342026
Binary1100001101101000010110111001001001010110111001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303642; }

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

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

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

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

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

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

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

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