Html Css Color HEX #390047 Blackcurrant

📋 copy color: '#390047'

red 57 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #390047

Tints of Blackcurrant #390047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 55.47%

R = 44.53%
G = 0%
B = 55.47%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#390047 (or 0x390047) is known color: Blackcurrant. HEX triplet: 39, 00 and 47. RGB value is (57,0,71). Sum of RGB (Red+Green+Blue) = 57+0+71=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #390047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390047 is #C6FFB8. Grayscale: #181818. Windows color (decimal): -13041593 or 4653113. OLE color: 4653113.

HSL color Cylindrical-coordinate representation of color #390047: hue angle of 288.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390047 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 0 71 -
CMYK 0.20 1 0 0.72
HSL 288.17º 1% 0.14% -
HSV(B) 288.17º 1% 0.28% -
XYZ 2.82 1.32 6.07 -
YUV 25.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 57 0 71 0.20 1 0 0.72 288.17 1 0.14
Hex 39 0 47 14 64 0 48 120 64 E
Octal 71 0 107 24 144 0 110 440 144 16
Binary 111001 0 1000111 10100 1100100 0 1001000 100100000 1100100 1110

Color Harmonies of #390047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390047

Black with #390047

Text Example


Text Example

White with #390047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390047; }

 p { color: rgb(57,0,71); }

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

background-color css

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

 a { background-color: rgb(57,0,71); }

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

border-color css

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

 span { border-color: rgb(57,0,71); }

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