#410553

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

Shades of Blackcurrant #410553

Tints of Blackcurrant #410553

Color information

#410553 (or 0x410553) is unknown color: approx Blackcurrant. HEX triplet: 41, 05 and 53. RGB value is (65,5,83). Sum of RGB (Red+Green+Blue) = 65+5+83=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #410553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410553 is #BEFAAC. Grayscale: #1F1F1F. Windows color (decimal): -12516013 or 5440833. OLE color: 5440833.

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

Color convert

RGB65583-
CMYK0.220.9400.67
HSL286.15º88.64%17.25%-
HSV(B)286.15º93.98%32.55%-
XYZ3.81.868.34-
YUV31.83156.88151.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=42.48%
G=3.27%
B=54.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal655830.220.9400.67286.1588.6417.25
Hex41553165E04311e5911
Octal101512326136010343613121
Binary1000001101101001110110101111001000011100011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410553; }

 p { color: rgb(65,5,83); }

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

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

 a { background-color: rgb(65,5,83); }

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

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

 span { border-color: rgb(65,5,83); }

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