Html Css Color HEX #352246 Jagger

📋 copy color: '#352246'

red 53 ◦ green 34 ◦ blue 70

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

Shades of Jagger #352246

Tints of Jagger #352246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 33.76%
G = 21.66%
B = 44.59%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352246 (or 0x352246) is known color: Jagger. HEX triplet: 35, 22 and 46. RGB value is (53,34,70). Sum of RGB (Red+Green+Blue) = 53+34+70=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #352246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352246 is #CADDB9. Grayscale: #2B2B2B. Windows color (decimal): -13295034 or 4596277. OLE color: 4596277.

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

Color convert

RGB 53 34 70 -
CMYK 0.24 0.51 0 0.73
HSL 271.67º 0.35% 0.2% -
HSV(B) 271.67º 0.51% 0.27% -
XYZ 3.15 2.34 6.08 -
YUV 43.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 53 34 70 0.24 0.51 0 0.73 271.67 0.35 0.2
Hex 35 22 46 18 33 0 49 110 23 14
Octal 65 42 106 30 63 0 111 420 43 24
Binary 110101 100010 1000110 11000 110011 0 1001001 100010000 100011 10100

Color Harmonies of #352246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352246

Black with #352246

Text Example


Text Example

White with #352246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352246; }

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

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

background-color css

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

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

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

border-color css

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

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

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