#410250

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

Shades of Blackcurrant #410250

Tints of Blackcurrant #410250

Color information

#410250 (or 0x410250) is unknown color: approx Blackcurrant. HEX triplet: 41, 02 and 50. RGB value is (65,2,80). Sum of RGB (Red+Green+Blue) = 65+2+80=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #410250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410250 is #BEFDAF. Grayscale: #1D1D1D. Windows color (decimal): -12516784 or 5243457. OLE color: 5243457.

HSL color Cylindrical-coordinate representation of color #410250: hue angle of 288.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410250 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65280-
CMYK0.190.9800.69
HSL288.46º95.12%16.08%-
HSV(B)288.46º97.5%31.37%-
XYZ3.651.757.73-
YUV29.73156.37153.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=44.22%
G=1.36%
B=54.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal652800.190.9800.69288.4695.1216.08
Hex4125013620451205f10
Octal101212023142010544013720
Binary100000110101000010011110001001000101100100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410250; }

 p { color: rgb(65,2,80); }

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

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

 a { background-color: rgb(65,2,80); }

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

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

 span { border-color: rgb(65,2,80); }

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