Html Css Color HEX #333948 Licorice

📋 copy color: '#333948'

red 51 ◦ green 57 ◦ blue 72

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

Shades of Licorice #333948

Tints of Licorice #333948

RGB

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

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

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

R = 28.33%
G = 31.67%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#333948 (or 0x333948) is known color: Licorice. HEX triplet: 33, 39 and 48. RGB value is (51,57,72). Sum of RGB (Red+Green+Blue) = 51+57+72=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #333948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333948 is #CCC6B7. Grayscale: #383838. Windows color (decimal): -13420216 or 4733235. OLE color: 4733235.

HSL color Cylindrical-coordinate representation of color #333948: hue angle of 222.86º 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 #333948 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 57 72 -
CMYK 0.29 0.21 0 0.72
HSL 222.86º 0.17% 0.24% -
HSV(B) 222.86º 0.29% 0.28% -
XYZ 4 4.1 6.71 -
YUV 56.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 51 57 72 0.29 0.21 0 0.72 222.86 0.17 0.24
Hex 33 39 48 1D 15 0 48 DF 11 18
Octal 63 71 110 35 25 0 110 337 21 30
Binary 110011 111001 1001000 11101 10101 0 1001000 11011111 10001 11000

Color Harmonies of #333948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333948

Black with #333948

Text Example


Text Example

White with #333948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333948; }

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

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

background-color css

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

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

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

border-color css

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

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

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