Html Css Color HEX #371951 Jagger

📋 copy color: '#371951'

red 55 ◦ green 25 ◦ blue 81

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

Shades of Jagger #371951

Tints of Jagger #371951

RGB

 RED value IS 55 (21.88% from 255) = 34.16%

 GREEN value IS 25 (10.16% from 255) = 15.53%

 BLUE value IS 81 (32.03% from 255) = 50.31%

R = 34.16%
G = 15.53%
B = 50.31%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#371951 (or 0x371951) is known color: Jagger. HEX triplet: 37, 19 and 51. RGB value is (55,25,81). Sum of RGB (Red+Green+Blue) = 55+25+81=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #371951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371951 is #C8E6AE. Grayscale: #282828. Windows color (decimal): -13166255 or 5314871. OLE color: 5314871.

HSL color Cylindrical-coordinate representation of color #371951: hue angle of 272.14º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371951 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 25 81 -
CMYK 0.32 0.69 0 0.68
HSL 272.14º 0.53% 0.21% -
HSV(B) 272.14º 0.69% 0.32% -
XYZ 3.41 2.1 8.01 -
YUV 40.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 55 25 81 0.32 0.69 0 0.68 272.14 0.53 0.21
Hex 37 19 51 20 45 0 44 110 35 15
Octal 67 31 121 40 105 0 104 420 65 25
Binary 110111 11001 1010001 100000 1000101 0 1000100 100010000 110101 10101

Color Harmonies of #371951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371951

Black with #371951

Text Example


Text Example

White with #371951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371951; }

 p { color: rgb(55,25,81); }

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

background-color css

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

 a { background-color: rgb(55,25,81); }

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

border-color css

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

 span { border-color: rgb(55,25,81); }

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