Html Css Color HEX #352344 Jagger

📋 copy color: '#352344'

red 53 ◦ green 35 ◦ blue 68

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

Shades of Jagger #352344

Tints of Jagger #352344

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 value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352344 (or 0x352344) is known color: 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

RGB 53 35 68 -
CMYK 0.22 0.49 0 0.73
HSL 272.73º 0.32% 0.2% -
HSV(B) 272.73º 0.49% 0.27% -
XYZ 3.11 2.38 5.76 -
YUV 44.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 53 35 68 0.22 0.49 0 0.73 272.73 0.32 0.2
Hex 35 23 44 16 31 0 49 111 20 14
Octal 65 43 104 26 61 0 111 421 40 24
Binary 110101 100011 1000100 10110 110001 0 1001001 100010001 100000 10100

Color Harmonies of #352344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352344

Black with #352344

Text Example


Text Example

White with #352344

Text Example


Text Example

HTML Codes & Css Web 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>