#36323A

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

Shades of Jagger #36323A

Tints of Jagger #36323A

Color information

#36323A (or 0x36323A) is unknown color: approx Jagger. HEX triplet: 36, 32 and 3A. RGB value is (54,50,58). Sum of RGB (Red+Green+Blue) = 54+50+58=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 58 - color contains mainly: blue. Hex color #36323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36323A is #C9CDC5. Grayscale: #343434. Windows color (decimal): -13225414 or 3813942. OLE color: 3813942.

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

Color convert

RGB545058-
CMYK0.070.1400.77
HSL270º7.41%21.18%-
HSV(B)270º13.79%22.75%-
XYZ3.433.374.47-
YUV52.11131.33129.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=33.33%
G=30.86%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5450580.070.1400.772707.4121.18
Hex36323A7E04D10e715
Octal6662727160115416725
Binary11011011001011101011111100100110110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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