#363039

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

Shades of Jagger #363039

Tints of Jagger #363039

Color information

#363039 (or 0x363039) is unknown color: approx Jagger. HEX triplet: 36, 30 and 39. RGB value is (54,48,57). Sum of RGB (Red+Green+Blue) = 54+48+57=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 57 - color contains mainly: blue. Hex color #363039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363039 is #C9CFC6. Grayscale: #323232. Windows color (decimal): -13225927 or 3747894. OLE color: 3747894.

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

Color convert

RGB544857-
CMYK0.050.1600.78
HSL280º8.57%20.59%-
HSV(B)280º15.79%22.35%-
XYZ3.323.194.31-
YUV50.82131.49130.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=33.96%
G=30.19%
B=35.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5448570.050.1600.782808.5720.59
Hex36303951004E118915
Octal66607152001164301125
Binary1101101100001110011011000001001110100011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363039; }

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

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

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

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

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

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

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

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