Html Css Color HEX #303748 Licorice

📋 copy color: '#303748'

red 48 ◦ green 55 ◦ blue 72

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

Shades of Licorice #303748

Tints of Licorice #303748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 27.43%
G = 31.43%
B = 41.14%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303748 (or 0x303748) is known color: Licorice. HEX triplet: 30, 37 and 48. RGB value is (48,55,72). Sum of RGB (Red+Green+Blue) = 48+55+72=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #303748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303748 is #CFC8B7. Grayscale: #363636. Windows color (decimal): -13617336 or 4732720. OLE color: 4732720.

HSL color Cylindrical-coordinate representation of color #303748: hue angle of 222.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303748 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 55 72 -
CMYK 0.33 0.24 0 0.72
HSL 222.5º 0.2% 0.24% -
HSV(B) 222.5º 0.33% 0.28% -
XYZ 3.75 3.83 6.67 -
YUV 54.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 48 55 72 0.33 0.24 0 0.72 222.5 0.2 0.24
Hex 30 37 48 21 18 0 48 DE 14 18
Octal 60 67 110 41 30 0 110 336 24 30
Binary 110000 110111 1001000 100001 11000 0 1001000 11011110 10100 11000

Color Harmonies of #303748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303748

Black with #303748

Text Example


Text Example

White with #303748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303748; }

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

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

background-color css

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

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

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

border-color css

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

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

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