Html Css Color HEX #390147 Blackcurrant

📋 copy color: '#390147'

red 57 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #390147

Tints of Blackcurrant #390147

RGB

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

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

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

R = 44.19%
G = 0.78%
B = 55.04%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#390147 (or 0x390147) is known color: Blackcurrant. HEX triplet: 39, 01 and 47. RGB value is (57,1,71). Sum of RGB (Red+Green+Blue) = 57+1+71=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #390147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390147 is #C6FEB8. Grayscale: #191919. Windows color (decimal): -13041337 or 4653369. OLE color: 4653369.

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

Color convert

RGB 57 1 71 -
CMYK 0.20 0.99 0 0.72
HSL 288º 0.97% 0.14% -
HSV(B) 288º 0.99% 0.28% -
XYZ 2.84 1.35 6.07 -
YUV 25.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 57 1 71 0.20 0.99 0 0.72 288 0.97 0.14
Hex 39 1 47 14 63 0 48 120 61 E
Octal 71 1 107 24 143 0 110 440 141 16
Binary 111001 1 1000111 10100 1100011 0 1001000 100100000 1100001 1110

Color Harmonies of #390147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390147

Black with #390147

Text Example


Text Example

White with #390147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390147; }

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

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

background-color css

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

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

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

border-color css

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

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

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