#410456

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

Shades of Blackcurrant #410456

Tints of Blackcurrant #410456

Color information

#410456 (or 0x410456) is unknown color: approx Blackcurrant. HEX triplet: 41, 04 and 56. RGB value is (65,4,86). Sum of RGB (Red+Green+Blue) = 65+4+86=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #410456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410456 is #BEFBA9. Grayscale: #1F1F1F. Windows color (decimal): -12516266 or 5637185. OLE color: 5637185.

HSL color Cylindrical-coordinate representation of color #410456: hue angle of 284.63º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410456 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB65486-
CMYK0.240.9500.66
HSL284.63º91.11%17.65%-
HSV(B)284.63º95.35%33.73%-
XYZ3.91.888.96-
YUV31.59158.71151.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=41.94%
G=2.58%
B=55.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal654860.240.9500.66284.6391.1117.65
Hex41456185F04211d5b12
Octal101412630137010243513322
Binary1000001100101011011000101111101000010100011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410456; }

 p { color: rgb(65,4,86); }

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

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

 a { background-color: rgb(65,4,86); }

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

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

 span { border-color: rgb(65,4,86); }

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