#390B46

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

Shades of Blackcurrant #390B46

Tints of Blackcurrant #390B46

Color information

#390B46 (or 0x390B46) is unknown color: approx Blackcurrant. HEX triplet: 39, 0B and 46. RGB value is (57,11,70). Sum of RGB (Red+Green+Blue) = 57+11+70=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #390B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B46 is #C6F4B9. Grayscale: #1F1F1F. Windows color (decimal): -13038778 or 4590393. OLE color: 4590393.

HSL color Cylindrical-coordinate representation of color #390B46: hue angle of 286.78º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390B46 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB571170-
CMYK0.190.8400.73
HSL286.78º72.84%15.88%-
HSV(B)286.78º84.29%27.45%-
XYZ2.911.555.94-
YUV31.48149.74146.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 11 (4.69% from 255) = 7.97%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=41.30%
G=7.97%
B=50.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5711700.190.8400.73286.7872.8415.88
Hex39B46135404911f4910
Octal711310623124011143711120
Binary1110011011100011010011101010001001001100011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,11,70); }

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

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

 a { background-color: rgb(57,11,70); }

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

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

 span { border-color: rgb(57,11,70); }

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