#410355

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

Shades of Blackcurrant #410355

Tints of Blackcurrant #410355

Color information

#410355 (or 0x410355) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 55. RGB value is (65,3,85). Sum of RGB (Red+Green+Blue) = 65+3+85=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #410355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410355 is #BEFCAA. Grayscale: #1E1E1E. Windows color (decimal): -12516523 or 5571393. OLE color: 5571393.

HSL color Cylindrical-coordinate representation of color #410355: hue angle of 285.37º 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 #410355 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65385-
CMYK0.240.9600.67
HSL285.37º93.18%17.25%-
HSV(B)285.37º96.47%33.33%-
XYZ3.851.848.75-
YUV30.89158.54152.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=42.48%
G=1.96%
B=55.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal653850.240.9600.67285.3793.1817.25
Hex41355186004311d5d11
Octal101312530140010343513521
Binary100000111101010111000110000001000011100011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410355; }

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

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

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

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

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

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

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

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