#362845

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

Shades of Jagger #362845

Tints of Jagger #362845

Color information

#362845 (or 0x362845) is unknown color: approx Jagger. HEX triplet: 36, 28 and 45. RGB value is (54,40,69). Sum of RGB (Red+Green+Blue) = 54+40+69=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 69 - color contains mainly: blue. Hex color #362845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362845 is #C9D7BA. Grayscale: #2F2F2F. Windows color (decimal): -13227963 or 4532278. OLE color: 4532278.

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

Color convert

RGB544069-
CMYK0.220.4200.73
HSL268.97º26.61%21.37%-
HSV(B)268.97º42.03%27.06%-
XYZ3.352.735.98-
YUV47.49140.14132.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=33.13%
G=24.54%
B=42.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5440690.220.4200.73268.9726.6121.37
Hex362845162A04910d1b15
Octal6650105265201114153325
Binary110110101000100010110110101010010010011000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362845; }

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

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

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

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

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

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

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

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