#390C42

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

Shades of Blackcurrant #390C42

Tints of Blackcurrant #390C42

Color information

#390C42 (or 0x390C42) is unknown color: approx Blackcurrant. HEX triplet: 39, 0C and 42. RGB value is (57,12,66). Sum of RGB (Red+Green+Blue) = 57+12+66=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #390C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C42 is #C6F3BD. Grayscale: #1F1F1F. Windows color (decimal): -13038526 or 4328505. OLE color: 4328505.

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

Color convert

RGB571266-
CMYK0.140.8200.74
HSL290º69.23%15.29%-
HSV(B)290º81.82%25.88%-
XYZ2.81.535.3-
YUV31.61147.41146.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 66 (26.17% from 255) = 48.89%
R=42.22%
G=8.89%
B=48.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5712660.140.8200.7429069.2315.29
Hex39C42E5204A12245f
Octal711410216122011244210517
Binary11100111001000010111010100100100101010010001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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