Html Css Color HEX #351F49 Jagger

📋 copy color: '#351F49'

red 53 ◦ green 31 ◦ blue 73

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

Shades of Jagger #351F49

Tints of Jagger #351F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

 BLUE value IS 73 (28.91% from 255) = 46.5%

R = 33.76%
G = 19.75%
B = 46.5%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#351F49 (or 0x351F49) is known color: Jagger. HEX triplet: 35, 1F and 49. RGB value is (53,31,73). Sum of RGB (Red+Green+Blue) = 53+31+73=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #351F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F49 is #CAE0B6. Grayscale: #2A2A2A. Windows color (decimal): -13295799 or 4792117. OLE color: 4792117.

HSL color Cylindrical-coordinate representation of color #351F49: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351F49 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 31 73 -
CMYK 0.27 0.58 0 0.71
HSL 271.43º 0.4% 0.2% -
HSV(B) 271.43º 0.58% 0.29% -
XYZ 3.16 2.22 6.56 -
YUV 42.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 53 31 73 0.27 0.58 0 0.71 271.43 0.4 0.2
Hex 35 1F 49 1B 3A 0 47 10F 28 14
Octal 65 37 111 33 72 0 107 417 50 24
Binary 110101 11111 1001001 11011 111010 0 1000111 100001111 101000 10100

Color Harmonies of #351F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F49

Black with #351F49

Text Example


Text Example

White with #351F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351F49; }

 p { color: rgb(53,31,73); }

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

background-color css

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

 a { background-color: rgb(53,31,73); }

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

border-color css

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

 span { border-color: rgb(53,31,73); }

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