#410052

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

Shades of Blackcurrant #410052

Tints of Blackcurrant #410052

Color information

#410052 (or 0x410052) is unknown color: approx Blackcurrant. HEX triplet: 41, 00 and 52. RGB value is (65,0,82). Sum of RGB (Red+Green+Blue) = 65+0+82=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #410052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410052 is #BEFFAD. Grayscale: #1C1C1C. Windows color (decimal): -12517294 or 5374017. OLE color: 5374017.

HSL color Cylindrical-coordinate representation of color #410052: hue angle of 287.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410052 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB65082-
CMYK0.21100.68
HSL287.56º100%16.08%-
HSV(B)287.56º100%32.16%-
XYZ3.71.738.12-
YUV28.78158.03153.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=44.22%
G=0%
B=55.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal650820.21100.68287.5610016.08
Hex4105215640441206410
Octal101012225144010444014420
Binary10000010101001010101110010001000100100100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410052; }

 p { color: rgb(65,0,82); }

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

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

 a { background-color: rgb(65,0,82); }

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

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

 span { border-color: rgb(65,0,82); }

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