#410952

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

Shades of Blackcurrant #410952

Tints of Blackcurrant #410952

Color information

#410952 (or 0x410952) is unknown color: approx Blackcurrant. HEX triplet: 41, 09 and 52. RGB value is (65,9,82). Sum of RGB (Red+Green+Blue) = 65+9+82=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #410952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410952 is #BEF6AD. Grayscale: #212121. Windows color (decimal): -12514990 or 5376321. OLE color: 5376321.

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

Color convert

RGB65982-
CMYK0.210.8900.68
HSL286.03º80.22%17.84%-
HSV(B)286.03º89.02%32.16%-
XYZ3.81.938.15-
YUV34.07155.05150.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=41.67%
G=5.77%
B=52.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal659820.210.8900.68286.0380.2217.84
Hex41952155904411e5012
Octal1011112225131010443612022
Binary10000011001101001010101101100101000100100011110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410952; }

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

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

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

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

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

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

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

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