Html Css Color HEX #390A51 Blackcurrant

📋 copy color: '#390A51'

red 57 ◦ green 10 ◦ blue 81

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

Shades of Blackcurrant #390A51

Tints of Blackcurrant #390A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.76%

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

R = 38.51%
G = 6.76%
B = 54.73%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#390A51 (or 0x390A51) is known color: Blackcurrant. HEX triplet: 39, 0A and 51. RGB value is (57,10,81). Sum of RGB (Red+Green+Blue) = 57+10+81=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #390A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A51 is #C6F5AE. Grayscale: #1F1F1F. Windows color (decimal): -13039023 or 5311033. OLE color: 5311033.

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

Color convert

RGB 57 10 81 -
CMYK 0.30 0.88 0 0.68
HSL 279.72º 0.78% 0.18% -
HSV(B) 279.72º 0.88% 0.32% -
XYZ 3.28 1.68 7.94 -
YUV 32.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 57 10 81 0.30 0.88 0 0.68 279.72 0.78 0.18
Hex 39 A 51 1E 58 0 44 118 4E 12
Octal 71 12 121 36 130 0 104 430 116 22
Binary 111001 1010 1010001 11110 1011000 0 1000100 100011000 1001110 10010

Color Harmonies of #390A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A51

Black with #390A51

Text Example


Text Example

White with #390A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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