#362846

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

Shades of Jagger #362846

Tints of Jagger #362846

Color information

#362846 (or 0x362846) is unknown color: approx Jagger. HEX triplet: 36, 28 and 46. RGB value is (54,40,70). Sum of RGB (Red+Green+Blue) = 54+40+70=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #362846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362846 is #C9D7B9. Grayscale: #2F2F2F. Windows color (decimal): -13227962 or 4597814. OLE color: 4597814.

HSL color Cylindrical-coordinate representation of color #362846: hue angle of 268º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #362846 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB544070-
CMYK0.230.4300.73
HSL268º27.27%21.57%-
HSV(B)268º42.86%27.45%-
XYZ3.392.746.15-
YUV47.61140.64132.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=32.93%
G=24.39%
B=42.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5440700.230.4300.7326827.2721.57
Hex362846172B04910c1b16
Octal6650106275301114143326
Binary110110101000100011010111101011010010011000011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362846; }

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

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

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

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

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

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

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

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