Html Css Color HEX #303A45 Licorice

📋 copy color: '#303A45'

red 48 ◦ green 58 ◦ blue 69

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

Shades of Licorice #303A45

Tints of Licorice #303A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 27.43%
G = 33.14%
B = 39.43%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303A45 (or 0x303A45) is known color: Licorice. HEX triplet: 30, 3A and 45. RGB value is (48,58,69). Sum of RGB (Red+Green+Blue) = 48+58+69=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #303A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A45 is #CFC5BA. Grayscale: #383838. Windows color (decimal): -13616571 or 4536880. OLE color: 4536880.

HSL color Cylindrical-coordinate representation of color #303A45: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303A45 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 58 69 -
CMYK 0.30 0.16 0 0.73
HSL 211.43º 0.18% 0.23% -
HSV(B) 211.43º 0.3% 0.27% -
XYZ 3.81 4.08 6.22 -
YUV 56.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 48 58 69 0.30 0.16 0 0.73 211.43 0.18 0.23
Hex 30 3A 45 1E 10 0 49 D3 12 17
Octal 60 72 105 36 20 0 111 323 22 27
Binary 110000 111010 1000101 11110 10000 0 1001001 11010011 10010 10111

Color Harmonies of #303A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A45

Black with #303A45

Text Example


Text Example

White with #303A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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