#36303A

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

Shades of Jagger #36303A

Tints of Jagger #36303A

Color information

#36303A (or 0x36303A) is unknown color: approx Jagger. HEX triplet: 36, 30 and 3A. RGB value is (54,48,58). Sum of RGB (Red+Green+Blue) = 54+48+58=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 58 - color contains mainly: blue. Hex color #36303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36303A is #C9CFC5. Grayscale: #323232. Windows color (decimal): -13225926 or 3813430. OLE color: 3813430.

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

Color convert

RGB544858-
CMYK0.070.1700.77
HSL276º9.43%20.78%-
HSV(B)276º17.24%22.75%-
XYZ3.343.24.45-
YUV50.93131.99130.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=33.75%
G=30%
B=36.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5448580.070.1700.772769.4320.78
Hex36303A71104D114915
Octal66607272101154241125
Binary1101101100001110101111000101001101100010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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