Html Css Color HEX #352346 Jagger

📋 copy color: '#352346'

red 53 ◦ green 35 ◦ blue 70

#352346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #352346

Tints of Jagger #352346

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

 GREEN value IS 35 (14.06% from 255) = 22.15%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 33.54%
G = 22.15%
B = 44.3%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352346 (or 0x352346) is known color: Jagger. HEX triplet: 35, 23 and 46. RGB value is (53,35,70). Sum of RGB (Red+Green+Blue) = 53+35+70=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #352346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352346 is #CADCB9. Grayscale: #2C2C2C. Windows color (decimal): -13294778 or 4596533. OLE color: 4596533.

HSL color Cylindrical-coordinate representation of color #352346: hue angle of 270.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352346 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 35 70 -
CMYK 0.24 0.5 0 0.73
HSL 270.86º 0.33% 0.21% -
HSV(B) 270.86º 0.5% 0.27% -
XYZ 3.17 2.4 6.09 -
YUV 44.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 53 35 70 0.24 0.5 0 0.73 270.86 0.33 0.21
Hex 35 23 46 18 32 0 49 10F 21 15
Octal 65 43 106 30 62 0 111 417 41 25
Binary 110101 100011 1000110 11000 110010 0 1001001 100001111 100001 10101

Color Harmonies of #352346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352346

Black with #352346

Text Example


Text Example

White with #352346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352346; }

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

 H1.HeaderClassName
 {
   color: #352346;
 }
 .AnyTagClassName
 {
   color: #352346;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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