#352842

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

Shades of Jagger #352842

Tints of Jagger #352842

Color information

#352842 (or 0x352842) is unknown color: approx Jagger. HEX triplet: 35, 28 and 42. RGB value is (53,40,66). Sum of RGB (Red+Green+Blue) = 53+40+66=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 66 - color contains mainly: blue. Hex color #352842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352842 is #CAD7BD. Grayscale: #2E2E2E. Windows color (decimal): -13293502 or 4335669. OLE color: 4335669.

HSL color Cylindrical-coordinate representation of color #352842: hue angle of 270º degrees, saturation: 0.25, 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 #352842 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB534066-
CMYK0.200.3900.74
HSL270º24.53%20.78%-
HSV(B)270º39.39%25.88%-
XYZ3.212.675.5-
YUV46.85138.81132.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=33.33%
G=25.16%
B=41.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5340660.200.3900.7427024.5320.78
Hex352842142704A10e1915
Octal6550102244701124163125
Binary110101101000100001010100100111010010101000011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352842; }

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

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

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

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

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

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

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

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