Html Css Color HEX #352149 Jagger

📋 copy color: '#352149'

red 53 ◦ green 33 ◦ blue 73

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

Shades of Jagger #352149

Tints of Jagger #352149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.75%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 33.33%
G = 20.75%
B = 45.91%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#352149 (or 0x352149) is known color: Jagger. HEX triplet: 35, 21 and 49. RGB value is (53,33,73). Sum of RGB (Red+Green+Blue) = 53+33+73=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #352149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352149 is #CADEB6. Grayscale: #2B2B2B. Windows color (decimal): -13295287 or 4792629. OLE color: 4792629.

HSL color Cylindrical-coordinate representation of color #352149: hue angle of 270º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352149 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 33 73 -
CMYK 0.27 0.55 0 0.71
HSL 270º 0.38% 0.21% -
HSV(B) 270º 0.55% 0.29% -
XYZ 3.21 2.33 6.58 -
YUV 43.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 53 33 73 0.27 0.55 0 0.71 270 0.38 0.21
Hex 35 21 49 1B 37 0 47 10E 26 15
Octal 65 41 111 33 67 0 107 416 46 25
Binary 110101 100001 1001001 11011 110111 0 1000111 100001110 100110 10101

Color Harmonies of #352149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352149

Black with #352149

Text Example


Text Example

White with #352149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352149; }

 p { color: rgb(53,33,73); }

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

background-color css

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

 a { background-color: rgb(53,33,73); }

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

border-color css

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

 span { border-color: rgb(53,33,73); }

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