#362847

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

Shades of Jagger #362847

Tints of Jagger #362847

Color information

#362847 (or 0x362847) is unknown color: approx Jagger. HEX triplet: 36, 28 and 47. RGB value is (54,40,71). Sum of RGB (Red+Green+Blue) = 54+40+71=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #362847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362847 is #C9D7B8. Grayscale: #2F2F2F. Windows color (decimal): -13227961 or 4663350. OLE color: 4663350.

HSL color Cylindrical-coordinate representation of color #362847: hue angle of 267.1º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362847 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB544071-
CMYK0.240.4400.72
HSL267.1º27.93%21.76%-
HSV(B)267.1º43.66%27.84%-
XYZ3.422.766.31-
YUV47.72141.14132.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 71 (28.12% from 255) = 43.03%
R=32.73%
G=24.24%
B=43.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5440710.240.4400.72267.127.9321.76
Hex362847182C04810b1c16
Octal6650107305401104133426
Binary110110101000100011111000101100010010001000010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362847; }

 p { color: rgb(54,40,71); }

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

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

 a { background-color: rgb(54,40,71); }

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

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

 span { border-color: rgb(54,40,71); }

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