Html Css Color HEX #303847 Licorice

📋 copy color: '#303847'

red 48 ◦ green 56 ◦ blue 71

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

Shades of Licorice #303847

Tints of Licorice #303847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 27.43%
G = 32%
B = 40.57%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303847 (or 0x303847) is known color: Licorice. HEX triplet: 30, 38 and 47. RGB value is (48,56,71). Sum of RGB (Red+Green+Blue) = 48+56+71=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #303847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303847 is #CFC7B8. Grayscale: #373737. Windows color (decimal): -13617081 or 4667440. OLE color: 4667440.

HSL color Cylindrical-coordinate representation of color #303847: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303847 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 56 71 -
CMYK 0.32 0.21 0 0.72
HSL 219.13º 0.19% 0.23% -
HSV(B) 219.13º 0.32% 0.28% -
XYZ 3.77 3.91 6.52 -
YUV 55.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 48 56 71 0.32 0.21 0 0.72 219.13 0.19 0.23
Hex 30 38 47 20 15 0 48 DB 13 17
Octal 60 70 107 40 25 0 110 333 23 27
Binary 110000 111000 1000111 100000 10101 0 1001000 11011011 10011 10111

Color Harmonies of #303847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303847

Black with #303847

Text Example


Text Example

White with #303847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303847; }

 p { color: rgb(48,56,71); }

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

background-color css

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

 a { background-color: rgb(48,56,71); }

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

border-color css

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

 span { border-color: rgb(48,56,71); }

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