Html Css Color HEX #303842 Licorice

📋 copy color: '#303842'

red 48 ◦ green 56 ◦ blue 66

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

Shades of Licorice #303842

Tints of Licorice #303842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 28.24%
G = 32.94%
B = 38.82%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#303842 (or 0x303842) is known color: Licorice. HEX triplet: 30, 38 and 42. RGB value is (48,56,66). Sum of RGB (Red+Green+Blue) = 48+56+66=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #303842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303842 is #CFC7BD. Grayscale: #363636. Windows color (decimal): -13617086 or 4339760. OLE color: 4339760.

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

Color convert

RGB 48 56 66 -
CMYK 0.27 0.15 0 0.74
HSL 213.33º 0.16% 0.22% -
HSV(B) 213.33º 0.27% 0.26% -
XYZ 3.62 3.85 5.71 -
YUV 54.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 48 56 66 0.27 0.15 0 0.74 213.33 0.16 0.22
Hex 30 38 42 1B F 0 4A D5 10 16
Octal 60 70 102 33 17 0 112 325 20 26
Binary 110000 111000 1000010 11011 1111 0 1001010 11010101 10000 10110

Color Harmonies of #303842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303842

Black with #303842

Text Example


Text Example

White with #303842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303842; }

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

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

background-color css

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

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

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

border-color css

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

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

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