#352843

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

Shades of Jagger #352843

Tints of Jagger #352843

Color information

#352843 (or 0x352843) is unknown color: approx Jagger. HEX triplet: 35, 28 and 43. RGB value is (53,40,67). Sum of RGB (Red+Green+Blue) = 53+40+67=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #352843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352843 is #CAD7BC. Grayscale: #2E2E2E. Windows color (decimal): -13293501 or 4401205. OLE color: 4401205.

HSL color Cylindrical-coordinate representation of color #352843: hue angle of 268.89º 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 #352843 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB534067-
CMYK0.210.4000.74
HSL268.89º25.23%20.98%-
HSV(B)268.89º40.3%26.27%-
XYZ3.242.685.66-
YUV46.96139.31132.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 41.88%
R=33.12%
G=25%
B=41.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5340670.210.4000.74268.8925.2320.98
Hex352843152804A10d1915
Octal6550103255001124153125
Binary110101101000100001110101101000010010101000011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352843; }

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

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

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

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

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

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

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

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