#362943

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

Shades of Jagger #362943

Tints of Jagger #362943

Color information

#362943 (or 0x362943) is unknown color: approx Jagger. HEX triplet: 36, 29 and 43. RGB value is (54,41,67). Sum of RGB (Red+Green+Blue) = 54+41+67=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #362943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362943 is #C9D6BC. Grayscale: #2F2F2F. Windows color (decimal): -13227709 or 4401462. OLE color: 4401462.

HSL color Cylindrical-coordinate representation of color #362943: hue angle of 270º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362943 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB544167-
CMYK0.190.3900.74
HSL270º24.07%21.18%-
HSV(B)270º38.81%26.27%-
XYZ3.332.785.67-
YUV47.85138.81132.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 67 (26.56% from 255) = 41.36%
R=33.33%
G=25.31%
B=41.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5441670.190.3900.7427024.0721.18
Hex362943132704A10e1815
Octal6651103234701124163025
Binary110110101001100001110011100111010010101000011101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362943; }

 p { color: rgb(54,41,67); }

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

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

 a { background-color: rgb(54,41,67); }

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

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

 span { border-color: rgb(54,41,67); }

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