Html Css Color HEX #303745 Licorice

📋 copy color: '#303745'

red 48 ◦ green 55 ◦ blue 69

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

Shades of Licorice #303745

Tints of Licorice #303745

RGB

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

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

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

R = 27.91%
G = 31.98%
B = 40.12%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303745 (or 0x303745) is known color: Licorice. HEX triplet: 30, 37 and 45. RGB value is (48,55,69). Sum of RGB (Red+Green+Blue) = 48+55+69=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #303745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303745 is #CFC8BA. Grayscale: #363636. Windows color (decimal): -13617339 or 4536112. OLE color: 4536112.

HSL color Cylindrical-coordinate representation of color #303745: hue angle of 220º 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 #303745 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 55 69 -
CMYK 0.30 0.20 0 0.73
HSL 220º 0.18% 0.23% -
HSV(B) 220º 0.3% 0.27% -
XYZ 3.66 3.79 6.17 -
YUV 54.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 48 55 69 0.30 0.20 0 0.73 220 0.18 0.23
Hex 30 37 45 1E 14 0 49 DC 12 17
Octal 60 67 105 36 24 0 111 334 22 27
Binary 110000 110111 1000101 11110 10100 0 1001001 11011100 10010 10111

Color Harmonies of #303745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303745

Black with #303745

Text Example


Text Example

White with #303745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303745; }

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

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

background-color css

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

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

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

border-color css

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

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

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