Html Css Color HEX #390146 Blackcurrant

📋 copy color: '#390146'

red 57 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #390146

Tints of Blackcurrant #390146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 54.69%

R = 44.53%
G = 0.78%
B = 54.69%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#390146 (or 0x390146) is known color: Blackcurrant. HEX triplet: 39, 01 and 46. RGB value is (57,1,70). Sum of RGB (Red+Green+Blue) = 57+1+70=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #390146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390146 is #C6FEB9. Grayscale: #191919. Windows color (decimal): -13041338 or 4587833. OLE color: 4587833.

HSL color Cylindrical-coordinate representation of color #390146: hue angle of 288.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390146 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 1 70 -
CMYK 0.19 0.99 0 0.73
HSL 288.7º 0.97% 0.14% -
HSV(B) 288.7º 0.99% 0.27% -
XYZ 2.8 1.33 5.9 -
YUV 25.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 57 1 70 0.19 0.99 0 0.73 288.7 0.97 0.14
Hex 39 1 46 13 63 0 49 121 61 E
Octal 71 1 106 23 143 0 111 441 141 16
Binary 111001 1 1000110 10011 1100011 0 1001001 100100001 1100001 1110

Color Harmonies of #390146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390146

Black with #390146

Text Example


Text Example

White with #390146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390146; }

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

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

background-color css

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

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

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

border-color css

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

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

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