#390C43

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

Shades of Blackcurrant #390C43

Tints of Blackcurrant #390C43

Color information

#390C43 (or 0x390C43) is unknown color: approx Blackcurrant. HEX triplet: 39, 0C and 43. RGB value is (57,12,67). Sum of RGB (Red+Green+Blue) = 57+12+67=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #390C43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C43 is #C6F3BC. Grayscale: #1F1F1F. Windows color (decimal): -13038525 or 4394041. OLE color: 4394041.

HSL color Cylindrical-coordinate representation of color #390C43: hue angle of 289.09º degrees, saturation: 0.7, 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 #390C43 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB571267-
CMYK0.150.8200.74
HSL289.09º69.62%15.49%-
HSV(B)289.09º82.09%26.27%-
XYZ2.831.545.46-
YUV31.72147.91146.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 67 (26.56% from 255) = 49.26%
R=41.91%
G=8.82%
B=49.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5712670.150.8200.74289.0969.6215.49
Hex39C43F5204A12146f
Octal711410317122011244110617
Binary11100111001000011111110100100100101010010000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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