Html Css Color HEX #303646 Licorice

📋 copy color: '#303646'

red 48 ◦ green 54 ◦ blue 70

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

Shades of Licorice #303646

Tints of Licorice #303646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 27.91%
G = 31.4%
B = 40.7%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303646 (or 0x303646) is known color: Licorice. HEX triplet: 30, 36 and 46. RGB value is (48,54,70). Sum of RGB (Red+Green+Blue) = 48+54+70=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #303646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303646 is #CFC9B9. Grayscale: #353535. Windows color (decimal): -13617594 or 4601392. OLE color: 4601392.

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

Color convert

RGB 48 54 70 -
CMYK 0.31 0.23 0 0.73
HSL 223.64º 0.19% 0.23% -
HSV(B) 223.64º 0.31% 0.27% -
XYZ 3.64 3.71 6.32 -
YUV 54.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 48 54 70 0.31 0.23 0 0.73 223.64 0.19 0.23
Hex 30 36 46 1F 17 0 49 E0 13 17
Octal 60 66 106 37 27 0 111 340 23 27
Binary 110000 110110 1000110 11111 10111 0 1001001 11100000 10011 10111

Color Harmonies of #303646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303646

Black with #303646

Text Example


Text Example

White with #303646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303646; }

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

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

background-color css

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

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

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

border-color css

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

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

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