Html Css Color HEX #352940 Jagger

📋 copy color: '#352940'

red 53 ◦ green 41 ◦ blue 64

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

Shades of Jagger #352940

Tints of Jagger #352940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

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

R = 33.54%
G = 25.95%
B = 40.51%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352940 (or 0x352940) is known color: Jagger. HEX triplet: 35, 29 and 40. RGB value is (53,41,64). Sum of RGB (Red+Green+Blue) = 53+41+64=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #352940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352940 is #CAD6BF. Grayscale: #2F2F2F. Windows color (decimal): -13293248 or 4204853. OLE color: 4204853.

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

Color convert

RGB 53 41 64 -
CMYK 0.17 0.36 0 0.75
HSL 271.3º 0.22% 0.21% -
HSV(B) 271.3º 0.36% 0.25% -
XYZ 3.19 2.71 5.21 -
YUV 47.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 53 41 64 0.17 0.36 0 0.75 271.3 0.22 0.21
Hex 35 29 40 11 24 0 4B 10F 16 15
Octal 65 51 100 21 44 0 113 417 26 25
Binary 110101 101001 1000000 10001 100100 0 1001011 100001111 10110 10101

Color Harmonies of #352940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352940

Black with #352940

Text Example


Text Example

White with #352940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352940; }

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

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

background-color css

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

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

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

border-color css

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

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

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