#390E41

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

Shades of Blackcurrant #390E41

Tints of Blackcurrant #390E41

Color information

#390E41 (or 0x390E41) is unknown color: approx Blackcurrant. HEX triplet: 39, 0E and 41. RGB value is (57,14,65). Sum of RGB (Red+Green+Blue) = 57+14+65=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #390E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E41 is #C6F1BE. Grayscale: #202020. Windows color (decimal): -13038015 or 4263481. OLE color: 4263481.

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

Color convert

RGB571465-
CMYK0.120.7800.75
HSL290.59º64.56%15.49%-
HSV(B)290.59º78.46%25.49%-
XYZ2.81.575.16-
YUV32.67146.25145.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=41.91%
G=10.29%
B=47.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5714650.120.7800.75290.5964.5615.49
Hex39E41C4E04B12341f
Octal711610114116011344310117
Binary11100111101000001110010011100100101110010001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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