#410351

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

Shades of Blackcurrant #410351

Tints of Blackcurrant #410351

Color information

#410351 (or 0x410351) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 51. RGB value is (65,3,81). Sum of RGB (Red+Green+Blue) = 65+3+81=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #410351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410351 is #BEFCAE. Grayscale: #1E1E1E. Windows color (decimal): -12516527 or 5309249. OLE color: 5309249.

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

Color convert

RGB65381-
CMYK0.200.9600.68
HSL287.69º92.86%16.47%-
HSV(B)287.69º96.3%31.76%-
XYZ3.71.787.93-
YUV30.43156.54152.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=43.62%
G=2.01%
B=54.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal653810.200.9600.68287.6992.8616.47
Hex4135114600441205d10
Octal101312124140010444013520
Binary100000111101000110100110000001000100100100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410351; }

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

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

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

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

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

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

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

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