#410358

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

Shades of Blackcurrant #410358

Tints of Blackcurrant #410358

Color information

#410358 (or 0x410358) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 58. RGB value is (65,3,88). Sum of RGB (Red+Green+Blue) = 65+3+88=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #410358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410358 is #BEFCA7. Grayscale: #1E1E1E. Windows color (decimal): -12516520 or 5768001. OLE color: 5768001.

HSL color Cylindrical-coordinate representation of color #410358: hue angle of 283.76º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410358 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65388-
CMYK0.260.9700.65
HSL283.76º93.41%17.84%-
HSV(B)283.76º96.59%34.51%-
XYZ3.971.899.39-
YUV31.23160.04152.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=41.67%
G=1.92%
B=56.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal653880.260.9700.65283.7693.4117.84
Hex413581A6104111c5d12
Octal101313032141010143413522
Binary100000111101100011010110000101000001100011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410358; }

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

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

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

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

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

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

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

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