Html Css Color HEX #303843 Licorice

📋 copy color: '#303843'

red 48 ◦ green 56 ◦ blue 67

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

Shades of Licorice #303843

Tints of Licorice #303843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 28.07%
G = 32.75%
B = 39.18%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#303843 (or 0x303843) is known color: Licorice. HEX triplet: 30, 38 and 43. RGB value is (48,56,67). Sum of RGB (Red+Green+Blue) = 48+56+67=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 67 - color contains mainly: blue. Hex color #303843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303843 is #CFC7BC. Grayscale: #363636. Windows color (decimal): -13617085 or 4405296. OLE color: 4405296.

HSL color Cylindrical-coordinate representation of color #303843: hue angle of 214.74º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #303843 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 56 67 -
CMYK 0.28 0.16 0 0.74
HSL 214.74º 0.17% 0.23% -
HSV(B) 214.74º 0.28% 0.26% -
XYZ 3.65 3.86 5.86 -
YUV 54.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 48 56 67 0.28 0.16 0 0.74 214.74 0.17 0.23
Hex 30 38 43 1C 10 0 4A D7 11 17
Octal 60 70 103 34 20 0 112 327 21 27
Binary 110000 111000 1000011 11100 10000 0 1001010 11010111 10001 10111

Color Harmonies of #303843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303843

Black with #303843

Text Example


Text Example

White with #303843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303843; }

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

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

background-color css

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

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

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

border-color css

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

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

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