#390A41

Color #390A41 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #390A41

Tints of Blackcurrant #390A41

Color information

#390A41 (or 0x390A41) is unknown color: approx Blackcurrant. HEX triplet: 39, 0A and 41. RGB value is (57,10,65). Sum of RGB (Red+Green+Blue) = 57+10+65=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #390A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A41 is #C6F5BE. Grayscale: #1E1E1E. Windows color (decimal): -13039039 or 4262457. OLE color: 4262457.

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

Color convert

RGB571065-
CMYK0.120.8500.75
HSL291.27º73.33%14.71%-
HSV(B)291.27º84.62%25.49%-
XYZ2.751.475.14-
YUV30.32147.57147.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=43.18%
G=7.58%
B=49.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5710650.120.8500.75291.2773.3314.71
Hex39A41C5504B12349f
Octal711210114125011344311117
Binary11100110101000001110010101010100101110010001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #390A41;
 }
 .AnyTagClassName
 {
   color: #390A41;
 }
</style>
background-color css

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

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

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

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

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

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