Html Css Color HEX #391150 Blackcurrant

📋 copy color: '#391150'

red 57 ◦ green 17 ◦ blue 80

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

Shades of Blackcurrant #391150

Tints of Blackcurrant #391150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

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

R = 37.01%
G = 11.04%
B = 51.95%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#391150 (or 0x391150) is known color: Blackcurrant. HEX triplet: 39, 11 and 50. RGB value is (57,17,80). Sum of RGB (Red+Green+Blue) = 57+17+80=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #391150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391150 is #C6EEAF. Grayscale: #232323. Windows color (decimal): -13037232 or 5247289. OLE color: 5247289.

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

Color convert

RGB 57 17 80 -
CMYK 0.29 0.79 0 0.69
HSL 278.1º 0.65% 0.19% -
HSV(B) 278.1º 0.79% 0.31% -
XYZ 3.34 1.85 7.77 -
YUV 36.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 57 17 80 0.29 0.79 0 0.69 278.1 0.65 0.19
Hex 39 11 50 1D 4F 0 45 116 41 13
Octal 71 21 120 35 117 0 105 426 101 23
Binary 111001 10001 1010000 11101 1001111 0 1000101 100010110 1000001 10011

Color Harmonies of #391150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391150

Black with #391150

Text Example


Text Example

White with #391150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391150; }

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

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

background-color css

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

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

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

border-color css

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

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

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