#390251

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

Shades of Blackcurrant #390251

Tints of Blackcurrant #390251

Color information

#390251 (or 0x390251) is unknown color: approx Blackcurrant. HEX triplet: 39, 02 and 51. RGB value is (57,2,81). Sum of RGB (Red+Green+Blue) = 57+2+81=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #390251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390251 is #C6FDAE. Grayscale: #1B1B1B. Windows color (decimal): -13041071 or 5308985. OLE color: 5308985.

HSL color Cylindrical-coordinate representation of color #390251: hue angle of 281.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390251 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB57281-
CMYK0.300.9800.68
HSL281.77º95.18%16.27%-
HSV(B)281.77º97.53%31.76%-
XYZ3.191.517.91-
YUV27.45158.22149.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=40.71%
G=1.43%
B=57.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal572810.300.9800.68281.7795.1816.27
Hex392511E6204411a5f10
Octal71212136142010443213720
Binary11100110101000111110110001001000100100011010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390251; }

 p { color: rgb(57,2,81); }

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

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

 a { background-color: rgb(57,2,81); }

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

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

 span { border-color: rgb(57,2,81); }

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