Html Css Color HEX #303746 Licorice

📋 copy color: '#303746'

red 48 ◦ green 55 ◦ blue 70

#303746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #303746

Tints of Licorice #303746

RGB

 RED value IS 48 (19.14% from 255) = 27.75%

 GREEN value IS 55 (21.88% from 255) = 31.79%

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 27.75%
G = 31.79%
B = 40.46%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303746 (or 0x303746) is known color: Licorice. HEX triplet: 30, 37 and 46. RGB value is (48,55,70). Sum of RGB (Red+Green+Blue) = 48+55+70=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #303746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303746 is #CFC8B9. Grayscale: #363636. Windows color (decimal): -13617338 or 4601648. OLE color: 4601648.

HSL color Cylindrical-coordinate representation of color #303746: hue angle of 220.91º 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 #303746 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 55 70 -
CMYK 0.31 0.21 0 0.73
HSL 220.91º 0.19% 0.23% -
HSV(B) 220.91º 0.31% 0.27% -
XYZ 3.69 3.8 6.33 -
YUV 54.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 48 55 70 0.31 0.21 0 0.73 220.91 0.19 0.23
Hex 30 37 46 1F 15 0 49 DD 13 17
Octal 60 67 106 37 25 0 111 335 23 27
Binary 110000 110111 1000110 11111 10101 0 1001001 11011101 10011 10111

Color Harmonies of #303746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303746

Black with #303746

Text Example


Text Example

White with #303746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303746; }

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

 H1.HeaderClassName
 {
   color: #303746;
 }
 .AnyTagClassName
 {
   color: #303746;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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