Html Css Color HEX #333B48 Licorice

📋 copy color: '#333B48'

red 51 ◦ green 59 ◦ blue 72

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

Shades of Licorice #333B48

Tints of Licorice #333B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 28.02%
G = 32.42%
B = 39.56%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#333B48 (or 0x333B48) is known color: Licorice. HEX triplet: 33, 3B and 48. RGB value is (51,59,72). Sum of RGB (Red+Green+Blue) = 51+59+72=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #333B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B48 is #CCC4B7. Grayscale: #3A3A3A. Windows color (decimal): -13419704 or 4733747. OLE color: 4733747.

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

Color convert

RGB 51 59 72 -
CMYK 0.29 0.18 0 0.72
HSL 217.14º 0.17% 0.24% -
HSV(B) 217.14º 0.29% 0.28% -
XYZ 4.1 4.3 6.74 -
YUV 58.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 51 59 72 0.29 0.18 0 0.72 217.14 0.17 0.24
Hex 33 3B 48 1D 12 0 48 D9 11 18
Octal 63 73 110 35 22 0 110 331 21 30
Binary 110011 111011 1001000 11101 10010 0 1001000 11011001 10001 11000

Color Harmonies of #333B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B48

Black with #333B48

Text Example


Text Example

White with #333B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,59,72); }

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

background-color css

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

 a { background-color: rgb(51,59,72); }

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

border-color css

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

 span { border-color: rgb(51,59,72); }

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