Html Css Color HEX #352544 Jagger

📋 copy color: '#352544'

red 53 ◦ green 37 ◦ blue 68

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

Shades of Jagger #352544

Tints of Jagger #352544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

 BLUE value IS 68 (26.95% from 255) = 43.04%

R = 33.54%
G = 23.42%
B = 43.04%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352544 (or 0x352544) is known color: Jagger. HEX triplet: 35, 25 and 44. RGB value is (53,37,68). Sum of RGB (Red+Green+Blue) = 53+37+68=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 68 - color contains mainly: blue. Hex color #352544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352544 is #CADABB. Grayscale: #2D2D2D. Windows color (decimal): -13294268 or 4465973. OLE color: 4465973.

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

Color convert

RGB 53 37 68 -
CMYK 0.22 0.46 0 0.73
HSL 270.97º 0.3% 0.21% -
HSV(B) 270.97º 0.46% 0.27% -
XYZ 3.17 2.5 5.78 -
YUV 45.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 53 37 68 0.22 0.46 0 0.73 270.97 0.3 0.21
Hex 35 25 44 16 2E 0 49 10F 1E 15
Octal 65 45 104 26 56 0 111 417 36 25
Binary 110101 100101 1000100 10110 101110 0 1001001 100001111 11110 10101

Color Harmonies of #352544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352544

Black with #352544

Text Example


Text Example

White with #352544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352544; }

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

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

background-color css

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

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

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

border-color css

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

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

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