Html Css Color HEX #390150 Blackcurrant

📋 copy color: '#390150'

red 57 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #390150

Tints of Blackcurrant #390150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 41.3%
G = 0.72%
B = 57.97%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#390150 (or 0x390150) is known color: Blackcurrant. HEX triplet: 39, 01 and 50. RGB value is (57,1,80). Sum of RGB (Red+Green+Blue) = 57+1+80=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #390150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390150 is #C6FEAF. Grayscale: #1A1A1A. Windows color (decimal): -13041328 or 5243193. OLE color: 5243193.

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

Color convert

RGB 57 1 80 -
CMYK 0.29 0.99 0 0.69
HSL 282.53º 0.98% 0.16% -
HSV(B) 282.53º 0.99% 0.31% -
XYZ 3.15 1.47 7.71 -
YUV 26.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 57 1 80 0.29 0.99 0 0.69 282.53 0.98 0.16
Hex 39 1 50 1D 63 0 45 11B 62 10
Octal 71 1 120 35 143 0 105 433 142 20
Binary 111001 1 1010000 11101 1100011 0 1000101 100011011 1100010 10000

Color Harmonies of #390150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390150

Black with #390150

Text Example


Text Example

White with #390150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390150; }

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

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

background-color css

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

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

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

border-color css

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

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

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