#352344

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

Shades of Jagger #352344

Tints of Jagger #352344

Color information

#352344 (or 0x352344) is unknown color: approx Jagger. HEX triplet: 35, 23 and 44. RGB value is (53,35,68). Sum of RGB (Red+Green+Blue) = 53+35+68=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 68 - color contains mainly: blue. Hex color #352344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352344 is #CADCBB. Grayscale: #2C2C2C. Windows color (decimal): -13294780 or 4465461. OLE color: 4465461.

HSL color Cylindrical-coordinate representation of color #352344: hue angle of 272.73º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352344 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB533568-
CMYK0.220.4900.73
HSL272.73º32.04%20.2%-
HSV(B)272.73º48.53%26.67%-
XYZ3.112.385.76-
YUV44.14141.46134.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 68 (26.95% from 255) = 43.59%
R=33.97%
G=22.44%
B=43.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5335680.220.4900.73272.7332.0420.2
Hex35234416310491112014
Octal6543104266101114214024
Binary1101011000111000100101101100010100100110001000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352344; }

 p { color: rgb(53,35,68); }

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

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

 a { background-color: rgb(53,35,68); }

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

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

 span { border-color: rgb(53,35,68); }

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