#362843

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

Shades of Jagger #362843

Tints of Jagger #362843

Color information

#362843 (or 0x362843) is unknown color: approx Jagger. HEX triplet: 36, 28 and 43. RGB value is (54,40,67). Sum of RGB (Red+Green+Blue) = 54+40+67=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #362843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362843 is #C9D7BC. Grayscale: #2F2F2F. Windows color (decimal): -13227965 or 4401206. OLE color: 4401206.

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

Color convert

RGB544067-
CMYK0.190.4000.74
HSL271.11º25.23%20.98%-
HSV(B)271.11º40.3%26.27%-
XYZ3.292.715.66-
YUV47.26139.14132.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=33.54%
G=24.84%
B=41.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5440670.190.4000.74271.1125.2320.98
Hex362843132804A10f1915
Octal6650103235001124173125
Binary110110101000100001110011101000010010101000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362843; }

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

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

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

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

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

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

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

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