#410855

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

Shades of Blackcurrant #410855

Tints of Blackcurrant #410855

Color information

#410855 (or 0x410855) is unknown color: approx Blackcurrant. HEX triplet: 41, 08 and 55. RGB value is (65,8,85). Sum of RGB (Red+Green+Blue) = 65+8+85=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #410855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410855 is #BEF7AA. Grayscale: #212121. Windows color (decimal): -12515243 or 5572673. OLE color: 5572673.

HSL color Cylindrical-coordinate representation of color #410855: hue angle of 284.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410855 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65885-
CMYK0.240.9100.67
HSL284.42º82.8%18.24%-
HSV(B)284.42º90.59%33.33%-
XYZ3.911.958.77-
YUV33.82156.88150.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=41.14%
G=5.06%
B=53.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658850.240.9100.67284.4282.818.24
Hex41855185B04311c5312
Octal1011012530133010343412322
Binary10000011000101010111000101101101000011100011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410855; }

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

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

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

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

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

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

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

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