#363239

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

Shades of Jagger #363239

Tints of Jagger #363239

Color information

#363239 (or 0x363239) is unknown color: approx Jagger. HEX triplet: 36, 32 and 39. RGB value is (54,50,57). Sum of RGB (Red+Green+Blue) = 54+50+57=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: blue. Hex color #363239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363239 is #C9CDC6. Grayscale: #333333. Windows color (decimal): -13225415 or 3748406. OLE color: 3748406.

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

Color convert

RGB545057-
CMYK0.050.1200.78
HSL274.29º6.54%20.98%-
HSV(B)274.29º12.28%22.35%-
XYZ3.43.364.34-
YUV51.99130.83129.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=33.54%
G=31.06%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5450570.050.1200.78274.296.5420.98
Hex3632395C04E112715
Octal6662715140116422725
Binary11011011001011100110111000100111010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363239; }

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

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

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

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

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

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

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

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