Html Css Color HEX #303644 Licorice

📋 copy color: '#303644'

red 48 ◦ green 54 ◦ blue 68

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

Shades of Licorice #303644

Tints of Licorice #303644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40%

R = 28.24%
G = 31.76%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303644 (or 0x303644) is known color: Licorice. HEX triplet: 30, 36 and 44. RGB value is (48,54,68). Sum of RGB (Red+Green+Blue) = 48+54+68=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #303644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303644 is #CFC9BB. Grayscale: #353535. Windows color (decimal): -13617596 or 4470320. OLE color: 4470320.

HSL color Cylindrical-coordinate representation of color #303644: hue angle of 222º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303644 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 54 68 -
CMYK 0.29 0.21 0 0.73
HSL 222º 0.17% 0.23% -
HSV(B) 222º 0.29% 0.27% -
XYZ 3.58 3.68 5.99 -
YUV 53.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 48 54 68 0.29 0.21 0 0.73 222 0.17 0.23
Hex 30 36 44 1D 15 0 49 DE 11 17
Octal 60 66 104 35 25 0 111 336 21 27
Binary 110000 110110 1000100 11101 10101 0 1001001 11011110 10001 10111

Color Harmonies of #303644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303644

Black with #303644

Text Example


Text Example

White with #303644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303644; }

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

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

background-color css

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

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

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

border-color css

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

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

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