Html Css Color HEX #303742 Licorice

📋 copy color: '#303742'

red 48 ◦ green 55 ◦ blue 66

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

Shades of Licorice #303742

Tints of Licorice #303742

RGB

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

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

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

R = 28.4%
G = 32.54%
B = 39.05%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#303742 (or 0x303742) is known color: Licorice. HEX triplet: 30, 37 and 42. RGB value is (48,55,66). Sum of RGB (Red+Green+Blue) = 48+55+66=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #303742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303742 is #CFC8BD. Grayscale: #363636. Windows color (decimal): -13617342 or 4339504. OLE color: 4339504.

HSL color Cylindrical-coordinate representation of color #303742: hue angle of 216.67º 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 #303742 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 55 66 -
CMYK 0.27 0.17 0 0.74
HSL 216.67º 0.16% 0.22% -
HSV(B) 216.67º 0.27% 0.26% -
XYZ 3.57 3.75 5.69 -
YUV 54.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 48 55 66 0.27 0.17 0 0.74 216.67 0.16 0.22
Hex 30 37 42 1B 11 0 4A D9 10 16
Octal 60 67 102 33 21 0 112 331 20 26
Binary 110000 110111 1000010 11011 10001 0 1001010 11011001 10000 10110

Color Harmonies of #303742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303742

Black with #303742

Text Example


Text Example

White with #303742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303742; }

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

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

background-color css

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

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

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

border-color css

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

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

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