Html Css Color HEX #303A48 Licorice

📋 copy color: '#303A48'

red 48 ◦ green 58 ◦ blue 72

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

Shades of Licorice #303A48

Tints of Licorice #303A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.58%

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

R = 26.97%
G = 32.58%
B = 40.45%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303A48 (or 0x303A48) is known color: Licorice. HEX triplet: 30, 3A and 48. RGB value is (48,58,72). Sum of RGB (Red+Green+Blue) = 48+58+72=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #303A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A48 is #CFC5B7. Grayscale: #383838. Windows color (decimal): -13616568 or 4733488. OLE color: 4733488.

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

Color convert

RGB 48 58 72 -
CMYK 0.33 0.19 0 0.72
HSL 215º 0.2% 0.24% -
HSV(B) 215º 0.33% 0.28% -
XYZ 3.9 4.12 6.72 -
YUV 56.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 48 58 72 0.33 0.19 0 0.72 215 0.2 0.24
Hex 30 3A 48 21 13 0 48 D7 14 18
Octal 60 72 110 41 23 0 110 327 24 30
Binary 110000 111010 1001000 100001 10011 0 1001000 11010111 10100 11000

Color Harmonies of #303A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A48

Black with #303A48

Text Example


Text Example

White with #303A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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