#391450

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

Shades of Blackcurrant #391450

Tints of Blackcurrant #391450

Color information

#391450 (or 0x391450) is unknown color: approx Blackcurrant. HEX triplet: 39, 14 and 50. RGB value is (57,20,80). Sum of RGB (Red+Green+Blue) = 57+20+80=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #391450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391450 is #C6EBAF. Grayscale: #252525. Windows color (decimal): -13036464 or 5248057. OLE color: 5248057.

HSL color Cylindrical-coordinate representation of color #391450: hue angle of 277º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391450 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB572080-
CMYK0.290.7500.69
HSL277º60%19.61%-
HSV(B)277º75%31.37%-
XYZ3.391.957.79-
YUV37.9151.76141.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=36.31%
G=12.74%
B=50.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5720800.290.7500.692776019.61
Hex3914501D4B0451153c14
Octal71241203511301054257424
Binary1110011010010100001110110010110100010110001010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391450; }

 p { color: rgb(57,20,80); }

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

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

 a { background-color: rgb(57,20,80); }

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

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

 span { border-color: rgb(57,20,80); }

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