#410851

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

Shades of Blackcurrant #410851

Tints of Blackcurrant #410851

Color information

#410851 (or 0x410851) is unknown color: approx Blackcurrant. HEX triplet: 41, 08 and 51. RGB value is (65,8,81). Sum of RGB (Red+Green+Blue) = 65+8+81=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #410851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410851 is #BEF7AE. Grayscale: #212121. Windows color (decimal): -12515247 or 5310529. OLE color: 5310529.

HSL color Cylindrical-coordinate representation of color #410851: hue angle of 286.85º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410851 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB65881-
CMYK0.200.9000.68
HSL286.85º82.02%17.45%-
HSV(B)286.85º90.12%31.76%-
XYZ3.751.897.95-
YUV33.36154.88150.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=42.21%
G=5.19%
B=52.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal658810.200.9000.68286.8582.0217.45
Hex41851145A04411f5211
Octal1011012124132010443712221
Binary10000011000101000110100101101001000100100011111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410851; }

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

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

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

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

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

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

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

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