#410356

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

Shades of Blackcurrant #410356

Tints of Blackcurrant #410356

Color information

#410356 (or 0x410356) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 56. RGB value is (65,3,86). Sum of RGB (Red+Green+Blue) = 65+3+86=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #410356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410356 is #BEFCA9. Grayscale: #1E1E1E. Windows color (decimal): -12516522 or 5636929. OLE color: 5636929.

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

Color convert

RGB65386-
CMYK0.240.9700.66
HSL284.82º93.26%17.45%-
HSV(B)284.82º96.51%33.73%-
XYZ3.891.868.96-
YUV31159.04152.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=42.21%
G=1.95%
B=55.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal653860.240.9700.66284.8293.2617.45
Hex41356186104211d5d11
Octal101312630141010243513521
Binary100000111101011011000110000101000010100011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410356; }

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

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

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

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

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

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

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

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