Html Css Color HEX #390C51 Blackcurrant

📋 copy color: '#390C51'

red 57 ◦ green 12 ◦ blue 81

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

Shades of Blackcurrant #390C51

Tints of Blackcurrant #390C51

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8%

 BLUE value IS 81 (32.03% from 255) = 54%

R = 38%
G = 8%
B = 54%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#390C51 (or 0x390C51) is known color: Blackcurrant. HEX triplet: 39, 0C and 51. RGB value is (57,12,81). Sum of RGB (Red+Green+Blue) = 57+12+81=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #390C51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C51 is #C6F3AE. Grayscale: #212121. Windows color (decimal): -13038511 or 5311545. OLE color: 5311545.

HSL color Cylindrical-coordinate representation of color #390C51: hue angle of 279.13º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390C51 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 12 81 -
CMYK 0.30 0.85 0 0.68
HSL 279.13º 0.74% 0.18% -
HSV(B) 279.13º 0.85% 0.32% -
XYZ 3.3 1.73 7.94 -
YUV 33.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 57 12 81 0.30 0.85 0 0.68 279.13 0.74 0.18
Hex 39 C 51 1E 55 0 44 117 4A 12
Octal 71 14 121 36 125 0 104 427 112 22
Binary 111001 1100 1010001 11110 1010101 0 1000100 100010111 1001010 10010

Color Harmonies of #390C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C51

Black with #390C51

Text Example


Text Example

White with #390C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390C51; }

 p { color: rgb(57,12,81); }

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

background-color css

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

 a { background-color: rgb(57,12,81); }

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

border-color css

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

 span { border-color: rgb(57,12,81); }

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