#333948

Color #333948 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #333948

Tints of Licorice #333948

Color information

#333948 (or 0x333948) is unknown color: approx 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

RGB515772-
CMYK0.290.2100.72
HSL222.86º17.07%24.12%-
HSV(B)222.86º29.17%28.24%-
XYZ44.16.71-
YUV56.92136.51123.78-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5157720.290.2100.72222.8617.0724.12
Hex3339481D15048df1118
Octal6371110352501103372130
Binary1100111110011001000111011010101001000110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>