Html Css Color HEX #303948 Licorice

📋 copy color: '#303948'

red 48 ◦ green 57 ◦ blue 72

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

Shades of Licorice #303948

Tints of Licorice #303948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

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

R = 27.12%
G = 32.2%
B = 40.68%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303948 (or 0x303948) is known color: Licorice. HEX triplet: 30, 39 and 48. RGB value is (48,57,72). Sum of RGB (Red+Green+Blue) = 48+57+72=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #303948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303948 is #CFC6B7. Grayscale: #373737. Windows color (decimal): -13616824 or 4733232. OLE color: 4733232.

HSL color Cylindrical-coordinate representation of color #303948: hue angle of 217.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 #303948 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 57 72 -
CMYK 0.33 0.21 0 0.72
HSL 217.5º 0.2% 0.24% -
HSV(B) 217.5º 0.33% 0.28% -
XYZ 3.85 4.02 6.7 -
YUV 56.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 48 57 72 0.33 0.21 0 0.72 217.5 0.2 0.24
Hex 30 39 48 21 15 0 48 DA 14 18
Octal 60 71 110 41 25 0 110 332 24 30
Binary 110000 111001 1001000 100001 10101 0 1001000 11011010 10100 11000

Color Harmonies of #303948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303948

Black with #303948

Text Example


Text Example

White with #303948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303948; }

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

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

background-color css

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

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

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

border-color css

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

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

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