Html Css Color HEX #333A46 Licorice

📋 copy color: '#333A46'

red 51 ◦ green 58 ◦ blue 70

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

Shades of Licorice #333A46

Tints of Licorice #333A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.4%

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

R = 28.49%
G = 32.4%
B = 39.11%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#333A46 (or 0x333A46) is known color: Licorice. HEX triplet: 33, 3A and 46. RGB value is (51,58,70). Sum of RGB (Red+Green+Blue) = 51+58+70=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: blue. Hex color #333A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A46 is #CCC5B9. Grayscale: #393939. Windows color (decimal): -13419962 or 4602419. OLE color: 4602419.

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

Color convert

RGB 51 58 70 -
CMYK 0.27 0.17 0 0.73
HSL 217.89º 0.16% 0.24% -
HSV(B) 217.89º 0.27% 0.27% -
XYZ 3.98 4.17 6.39 -
YUV 57.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 51 58 70 0.27 0.17 0 0.73 217.89 0.16 0.24
Hex 33 3A 46 1B 11 0 49 DA 10 18
Octal 63 72 106 33 21 0 111 332 20 30
Binary 110011 111010 1000110 11011 10001 0 1001001 11011010 10000 11000

Color Harmonies of #333A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A46

Black with #333A46

Text Example


Text Example

White with #333A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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