Html Css Color HEX #352840 Jagger

📋 copy color: '#352840'

red 53 ◦ green 40 ◦ blue 64

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

Shades of Jagger #352840

Tints of Jagger #352840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.48%

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 33.76%
G = 25.48%
B = 40.76%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352840 (or 0x352840) is known color: Jagger. HEX triplet: 35, 28 and 40. RGB value is (53,40,64). Sum of RGB (Red+Green+Blue) = 53+40+64=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #352840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352840 is #CAD7BF. Grayscale: #2E2E2E. Windows color (decimal): -13293504 or 4204597. OLE color: 4204597.

HSL color Cylindrical-coordinate representation of color #352840: hue angle of 272.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352840 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 40 64 -
CMYK 0.17 0.38 0 0.75
HSL 272.5º 0.23% 0.2% -
HSV(B) 272.5º 0.38% 0.25% -
XYZ 3.15 2.64 5.19 -
YUV 46.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 53 40 64 0.17 0.38 0 0.75 272.5 0.23 0.2
Hex 35 28 40 11 26 0 4B 110 17 14
Octal 65 50 100 21 46 0 113 420 27 24
Binary 110101 101000 1000000 10001 100110 0 1001011 100010000 10111 10100

Color Harmonies of #352840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352840

Black with #352840

Text Example


Text Example

White with #352840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352840; }

 p { color: rgb(53,40,64); }

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

background-color css

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

 a { background-color: rgb(53,40,64); }

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

border-color css

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

 span { border-color: rgb(53,40,64); }

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