#352742

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

Shades of Jagger #352742

Tints of Jagger #352742

Color information

#352742 (or 0x352742) is unknown color: approx Jagger. HEX triplet: 35, 27 and 42. RGB value is (53,39,66). Sum of RGB (Red+Green+Blue) = 53+39+66=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 66 - color contains mainly: blue. Hex color #352742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352742 is #CAD8BD. Grayscale: #2E2E2E. Windows color (decimal): -13293758 or 4335413. OLE color: 4335413.

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

Color convert

RGB533966-
CMYK0.200.4100.74
HSL271.11º25.71%20.59%-
HSV(B)271.11º40.91%25.88%-
XYZ3.182.65.49-
YUV46.26139.14132.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=33.54%
G=24.68%
B=41.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5339660.200.4100.74271.1125.7120.59
Hex352742142904A10f1a15
Octal6547102245101124173225
Binary110101100111100001010100101001010010101000011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352742; }

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

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

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

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

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

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

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

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