Html Css Color HEX #390149 Blackcurrant

📋 copy color: '#390149'

red 57 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #390149

Tints of Blackcurrant #390149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 43.51%
G = 0.76%
B = 55.73%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#390149 (or 0x390149) is known color: Blackcurrant. HEX triplet: 39, 01 and 49. RGB value is (57,1,73). Sum of RGB (Red+Green+Blue) = 57+1+73=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #390149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390149 is #C6FEB6. Grayscale: #191919. Windows color (decimal): -13041335 or 4784441. OLE color: 4784441.

HSL color Cylindrical-coordinate representation of color #390149: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390149 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 1 73 -
CMYK 0.22 0.99 0 0.71
HSL 286.67º 0.97% 0.15% -
HSV(B) 286.67º 0.99% 0.29% -
XYZ 2.9 1.37 6.42 -
YUV 25.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 57 1 73 0.22 0.99 0 0.71 286.67 0.97 0.15
Hex 39 1 49 16 63 0 47 11F 61 F
Octal 71 1 111 26 143 0 107 437 141 17
Binary 111001 1 1001001 10110 1100011 0 1000111 100011111 1100001 1111

Color Harmonies of #390149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390149

Black with #390149

Text Example


Text Example

White with #390149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390149; }

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

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

background-color css

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

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

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

border-color css

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

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

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