#36313A

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

Shades of Jagger #36313A

Tints of Jagger #36313A

Color information

#36313A (or 0x36313A) is unknown color: approx Jagger. HEX triplet: 36, 31 and 3A. RGB value is (54,49,58). Sum of RGB (Red+Green+Blue) = 54+49+58=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 58 - color contains mainly: blue. Hex color #36313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36313A is #C9CEC5. Grayscale: #333333. Windows color (decimal): -13225670 or 3813686. OLE color: 3813686.

HSL color Cylindrical-coordinate representation of color #36313A: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #36313A is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB544958-
CMYK0.070.1600.77
HSL273.33º8.41%20.98%-
HSV(B)273.33º15.52%22.75%-
XYZ3.383.294.46-
YUV51.52131.66129.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=33.54%
G=30.43%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5449580.070.1600.77273.338.4120.98
Hex36313A71004D111815
Octal66617272001154211025
Binary1101101100011110101111000001001101100010001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36313A; }

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

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

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

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

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

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

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

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