Html Css Color HEX #390A40 Blackcurrant

📋 copy color: '#390A40'

red 57 ◦ green 10 ◦ blue 64

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

Shades of Blackcurrant #390A40

Tints of Blackcurrant #390A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 48.85%

R = 43.51%
G = 7.63%
B = 48.85%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#390A40 (or 0x390A40) is known color: Blackcurrant. HEX triplet: 39, 0A and 40. RGB value is (57,10,64). Sum of RGB (Red+Green+Blue) = 57+10+64=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #390A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A40 is #C6F5BF. Grayscale: #1E1E1E. Windows color (decimal): -13039040 or 4196921. OLE color: 4196921.

HSL color Cylindrical-coordinate representation of color #390A40: hue angle of 292.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390A40 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 10 64 -
CMYK 0.11 0.84 0 0.75
HSL 292.22º 0.73% 0.15% -
HSV(B) 292.22º 0.84% 0.25% -
XYZ 2.72 1.46 4.99 -
YUV 30.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 57 10 64 0.11 0.84 0 0.75 292.22 0.73 0.15
Hex 39 A 40 B 54 0 4B 124 49 F
Octal 71 12 100 13 124 0 113 444 111 17
Binary 111001 1010 1000000 1011 1010100 0 1001011 100100100 1001001 1111

Color Harmonies of #390A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A40

Black with #390A40

Text Example


Text Example

White with #390A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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