#390351

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

Shades of Blackcurrant #390351

Tints of Blackcurrant #390351

Color information

#390351 (or 0x390351) is unknown color: approx Blackcurrant. HEX triplet: 39, 03 and 51. RGB value is (57,3,81). Sum of RGB (Red+Green+Blue) = 57+3+81=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #390351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390351 is #C6FCAE. Grayscale: #1B1B1B. Windows color (decimal): -13040815 or 5309241. OLE color: 5309241.

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

Color convert

RGB57381-
CMYK0.300.9600.68
HSL281.54º92.86%16.47%-
HSV(B)281.54º96.3%31.76%-
XYZ3.211.537.91-
YUV28.04157.89148.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=40.43%
G=2.13%
B=57.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal573810.300.9600.68281.5492.8616.47
Hex393511E6004411a5d10
Octal71312136140010443213520
Binary11100111101000111110110000001000100100011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390351; }

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

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

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

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

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

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

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

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