Html Css Color HEX #391450 Blackcurrant

📋 copy color: '#391450'

red 57 ◦ green 20 ◦ blue 80

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

Shades of Blackcurrant #391450

Tints of Blackcurrant #391450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 36.31%
G = 12.74%
B = 50.96%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#391450 (or 0x391450) is known color: Blackcurrant. HEX triplet: 39, 14 and 50. RGB value is (57,20,80). Sum of RGB (Red+Green+Blue) = 57+20+80=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #391450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391450 is #C6EBAF. Grayscale: #252525. Windows color (decimal): -13036464 or 5248057. OLE color: 5248057.

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

Color convert

RGB 57 20 80 -
CMYK 0.29 0.75 0 0.69
HSL 277º 0.6% 0.2% -
HSV(B) 277º 0.75% 0.31% -
XYZ 3.39 1.95 7.79 -
YUV 37.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 57 20 80 0.29 0.75 0 0.69 277 0.6 0.2
Hex 39 14 50 1D 4B 0 45 115 3C 14
Octal 71 24 120 35 113 0 105 425 74 24
Binary 111001 10100 1010000 11101 1001011 0 1000101 100010101 111100 10100

Color Harmonies of #391450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391450

Black with #391450

Text Example


Text Example

White with #391450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391450; }

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

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

background-color css

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

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

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

border-color css

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

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

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