#410951

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

Shades of Blackcurrant #410951

Tints of Blackcurrant #410951

Color information

#410951 (or 0x410951) is unknown color: approx Blackcurrant. HEX triplet: 41, 09 and 51. RGB value is (65,9,81). Sum of RGB (Red+Green+Blue) = 65+9+81=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #410951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410951 is #BEF6AE. Grayscale: #212121. Windows color (decimal): -12514991 or 5310785. OLE color: 5310785.

HSL color Cylindrical-coordinate representation of color #410951: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410951 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB65981-
CMYK0.200.8900.68
HSL286.67º80%17.65%-
HSV(B)286.67º88.89%31.76%-
XYZ3.761.917.96-
YUV33.95154.55150.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=41.94%
G=5.81%
B=52.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal659810.200.8900.68286.678017.65
Hex41951145904411f5012
Octal1011112124131010443712022
Binary10000011001101000110100101100101000100100011111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410951; }

 p { color: rgb(65,9,81); }

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

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

 a { background-color: rgb(65,9,81); }

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

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

 span { border-color: rgb(65,9,81); }

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