Html Css Color HEX #391950 Jagger

📋 copy color: '#391950'

red 57 ◦ green 25 ◦ blue 80

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

Shades of Jagger #391950

Tints of Jagger #391950

RGB

 RED value IS 57 (22.66% from 255) = 35.19%

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

 BLUE value IS 80 (31.64% from 255) = 49.38%

R = 35.19%
G = 15.43%
B = 49.38%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#391950 (or 0x391950) is known color: Jagger. HEX triplet: 39, 19 and 50. RGB value is (57,25,80). Sum of RGB (Red+Green+Blue) = 57+25+80=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #391950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391950 is #C6E6AF. Grayscale: #282828. Windows color (decimal): -13035184 or 5249337. OLE color: 5249337.

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

Color convert

RGB 57 25 80 -
CMYK 0.29 0.69 0 0.69
HSL 274.91º 0.52% 0.21% -
HSV(B) 274.91º 0.69% 0.31% -
XYZ 3.48 2.14 7.82 -
YUV 40.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 57 25 80 0.29 0.69 0 0.69 274.91 0.52 0.21
Hex 39 19 50 1D 45 0 45 113 34 15
Octal 71 31 120 35 105 0 105 423 64 25
Binary 111001 11001 1010000 11101 1000101 0 1000101 100010011 110100 10101

Color Harmonies of #391950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391950

Black with #391950

Text Example


Text Example

White with #391950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391950; }

 p { color: rgb(57,25,80); }

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

background-color css

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

 a { background-color: rgb(57,25,80); }

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

border-color css

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

 span { border-color: rgb(57,25,80); }

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