Html Css Color HEX #303845 Licorice

📋 copy color: '#303845'

red 48 ◦ green 56 ◦ blue 69

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

Shades of Licorice #303845

Tints of Licorice #303845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 27.75%
G = 32.37%
B = 39.88%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303845 (or 0x303845) is known color: Licorice. HEX triplet: 30, 38 and 45. RGB value is (48,56,69). Sum of RGB (Red+Green+Blue) = 48+56+69=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #303845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303845 is #CFC7BA. Grayscale: #373737. Windows color (decimal): -13617083 or 4536368. OLE color: 4536368.

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

Color convert

RGB 48 56 69 -
CMYK 0.30 0.19 0 0.73
HSL 217.14º 0.18% 0.23% -
HSV(B) 217.14º 0.3% 0.27% -
XYZ 3.71 3.89 6.18 -
YUV 55.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 48 56 69 0.30 0.19 0 0.73 217.14 0.18 0.23
Hex 30 38 45 1E 13 0 49 D9 12 17
Octal 60 70 105 36 23 0 111 331 22 27
Binary 110000 111000 1000101 11110 10011 0 1001001 11011001 10010 10111

Color Harmonies of #303845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303845

Black with #303845

Text Example


Text Example

White with #303845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303845; }

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

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

background-color css

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

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

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

border-color css

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

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

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