#390C41

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

Shades of Blackcurrant #390C41

Tints of Blackcurrant #390C41

Color information

#390C41 (or 0x390C41) is unknown color: approx Blackcurrant. HEX triplet: 39, 0C and 41. RGB value is (57,12,65). Sum of RGB (Red+Green+Blue) = 57+12+65=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #390C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C41 is #C6F3BE. Grayscale: #1F1F1F. Windows color (decimal): -13038527 or 4262969. OLE color: 4262969.

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

Color convert

RGB571265-
CMYK0.120.8200.75
HSL290.94º68.83%15.1%-
HSV(B)290.94º81.54%25.49%-
XYZ2.771.515.15-
YUV31.5146.91146.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=42.54%
G=8.96%
B=48.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5712650.120.8200.75290.9468.8315.1
Hex39C41C5204B12345f
Octal711410114122011344310517
Binary11100111001000001110010100100100101110010001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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