#393340

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

Shades of Jagger #393340

Tints of Jagger #393340

Color information

#393340 (or 0x393340) is unknown color: approx Jagger. HEX triplet: 39, 33 and 40. RGB value is (57,51,64). Sum of RGB (Red+Green+Blue) = 57+51+64=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #393340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393340 is #C6CCBF. Grayscale: #363636. Windows color (decimal): -13028544 or 4207417. OLE color: 4207417.

HSL color Cylindrical-coordinate representation of color #393340: hue angle of 267.69º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #393340 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB575164-
CMYK0.110.2000.75
HSL267.69º11.3%22.55%-
HSV(B)267.69º20.31%25.1%-
XYZ3.83.615.35-
YUV54.28133.49129.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=33.14%
G=29.65%
B=37.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5751640.110.2000.75267.6911.322.55
Hex393340B1404B10cb17
Octal7163100132401134141327
Binary111001110011100000010111010001001011100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393340; }

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

 H1.HeaderClassName
 {
   color: #393340;
 }
 .AnyTagClassName
 {
   color: #393340;
 }
</style>
background-color css

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

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

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

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

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

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