#363339

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

Shades of Jagger #363339

Tints of Jagger #363339

Color information

#363339 (or 0x363339) is unknown color: approx Jagger. HEX triplet: 36, 33 and 39. RGB value is (54,51,57). Sum of RGB (Red+Green+Blue) = 54+51+57=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: blue. Hex color #363339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363339 is #C9CCC6. Grayscale: #343434. Windows color (decimal): -13225159 or 3748662. OLE color: 3748662.

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

Color convert

RGB545157-
CMYK0.050.1100.78
HSL270º5.56%21.18%-
HSV(B)270º10.53%22.35%-
XYZ3.443.454.35-
YUV52.58130.49129.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=33.33%
G=31.48%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5451570.050.1100.782705.5621.18
Hex3633395B04E10e615
Octal6663715130116416625
Binary11011011001111100110110110100111010000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363339; }

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

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

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

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

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

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

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

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