#363139

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

Shades of Jagger #363139

Tints of Jagger #363139

Color information

#363139 (or 0x363139) is unknown color: approx Jagger. HEX triplet: 36, 31 and 39. RGB value is (54,49,57). Sum of RGB (Red+Green+Blue) = 54+49+57=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 57 - color contains mainly: blue. Hex color #363139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363139 is #C9CEC6. Grayscale: #333333. Windows color (decimal): -13225671 or 3748150. OLE color: 3748150.

HSL color Cylindrical-coordinate representation of color #363139: hue angle of 277.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #363139 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB544957-
CMYK0.050.1400.78
HSL277.5º7.55%20.78%-
HSV(B)277.5º14.04%22.35%-
XYZ3.363.284.33-
YUV51.41131.16129.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=33.75%
G=30.62%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5449570.050.1400.78277.57.5520.78
Hex3631395E04E116815
Octal66617151601164261025
Binary110110110001111001101111001001110100010110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363139; }

 p { color: rgb(54,49,57); }

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

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

 a { background-color: rgb(54,49,57); }

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

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

 span { border-color: rgb(54,49,57); }

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