Html Css Color HEX #333946 Licorice

📋 copy color: '#333946'

red 51 ◦ green 57 ◦ blue 70

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

Shades of Licorice #333946

Tints of Licorice #333946

RGB

 RED value IS 51 (20.31% from 255) = 28.65%

 GREEN value IS 57 (22.66% from 255) = 32.02%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 28.65%
G = 32.02%
B = 39.33%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#333946 (or 0x333946) is known color: Licorice. HEX triplet: 33, 39 and 46. RGB value is (51,57,70). Sum of RGB (Red+Green+Blue) = 51+57+70=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #333946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333946 is #CCC6B9. Grayscale: #383838. Windows color (decimal): -13420218 or 4602163. OLE color: 4602163.

HSL color Cylindrical-coordinate representation of color #333946: hue angle of 221.05º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #333946 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 57 70 -
CMYK 0.27 0.19 0 0.73
HSL 221.05º 0.16% 0.24% -
HSV(B) 221.05º 0.27% 0.27% -
XYZ 3.93 4.07 6.37 -
YUV 56.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 51 57 70 0.27 0.19 0 0.73 221.05 0.16 0.24
Hex 33 39 46 1B 13 0 49 DD 10 18
Octal 63 71 106 33 23 0 111 335 20 30
Binary 110011 111001 1000110 11011 10011 0 1001001 11011101 10000 11000

Color Harmonies of #333946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333946

Black with #333946

Text Example


Text Example

White with #333946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333946; }

 p { color: rgb(51,57,70); }

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

background-color css

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

 a { background-color: rgb(51,57,70); }

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

border-color css

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

 span { border-color: rgb(51,57,70); }

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