#362741

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

Shades of Jagger #362741

Tints of Jagger #362741

Color information

#362741 (or 0x362741) is unknown color: approx Jagger. HEX triplet: 36, 27 and 41. RGB value is (54,39,65). Sum of RGB (Red+Green+Blue) = 54+39+65=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #362741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362741 is #C9D8BE. Grayscale: #2E2E2E. Windows color (decimal): -13228223 or 4269878. OLE color: 4269878.

HSL color Cylindrical-coordinate representation of color #362741: hue angle of 274.62º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #362741 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB543965-
CMYK0.170.4000.75
HSL274.62º25%20.39%-
HSV(B)274.62º40%25.49%-
XYZ3.22.625.34-
YUV46.45138.47133.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=34.18%
G=24.68%
B=41.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5439650.170.4000.75274.622520.39
Hex362741112804B1131914
Octal6647101215001134233124
Binary110110100111100000110001101000010010111000100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362741; }

 p { color: rgb(54,39,65); }

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

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

 a { background-color: rgb(54,39,65); }

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

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

 span { border-color: rgb(54,39,65); }

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