Html Css Color HEX #333A47 Licorice

📋 copy color: '#333A47'

red 51 ◦ green 58 ◦ blue 71

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

Shades of Licorice #333A47

Tints of Licorice #333A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.44%

R = 28.33%
G = 32.22%
B = 39.44%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#333A47 (or 0x333A47) is known color: Licorice. HEX triplet: 33, 3A and 47. RGB value is (51,58,71). Sum of RGB (Red+Green+Blue) = 51+58+71=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #333A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A47 is #CCC5B8. Grayscale: #393939. Windows color (decimal): -13419961 or 4667955. OLE color: 4667955.

HSL color Cylindrical-coordinate representation of color #333A47: hue angle of 219º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #333A47 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 58 71 -
CMYK 0.28 0.18 0 0.72
HSL 219º 0.16% 0.24% -
HSV(B) 219º 0.28% 0.28% -
XYZ 4.02 4.18 6.56 -
YUV 57.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 51 58 71 0.28 0.18 0 0.72 219 0.16 0.24
Hex 33 3A 47 1C 12 0 48 DB 10 18
Octal 63 72 107 34 22 0 110 333 20 30
Binary 110011 111010 1000111 11100 10010 0 1001000 11011011 10000 11000

Color Harmonies of #333A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A47

Black with #333A47

Text Example


Text Example

White with #333A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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