#410354

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

Shades of Blackcurrant #410354

Tints of Blackcurrant #410354

Color information

#410354 (or 0x410354) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 54. RGB value is (65,3,84). Sum of RGB (Red+Green+Blue) = 65+3+84=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #410354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410354 is #BEFCAB. Grayscale: #1E1E1E. Windows color (decimal): -12516524 or 5505857. OLE color: 5505857.

HSL color Cylindrical-coordinate representation of color #410354: hue angle of 285.93º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410354 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65384-
CMYK0.230.9600.67
HSL285.93º93.1%17.06%-
HSV(B)285.93º96.43%32.94%-
XYZ3.811.838.54-
YUV30.77158.04152.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=42.76%
G=1.97%
B=55.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal653840.230.9600.67285.9393.117.06
Hex41354176004311e5d11
Octal101312427140010343613521
Binary100000111101010010111110000001000011100011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410354; }

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

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

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

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

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

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

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

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