#410151

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

Shades of Blackcurrant #410151

Tints of Blackcurrant #410151

Color information

#410151 (or 0x410151) is unknown color: approx Blackcurrant. HEX triplet: 41, 01 and 51. RGB value is (65,1,81). Sum of RGB (Red+Green+Blue) = 65+1+81=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #410151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410151 is #BEFEAE. Grayscale: #1D1D1D. Windows color (decimal): -12517039 or 5308737. OLE color: 5308737.

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

Color convert

RGB65181-
CMYK0.200.9900.68
HSL288º97.56%16.08%-
HSV(B)288º98.77%31.76%-
XYZ3.681.747.93-
YUV29.26157.2153.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=44.22%
G=0.68%
B=55.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal651810.200.9900.6828897.5616.08
Hex4115114630441206210
Octal101112124143010444014220
Binary10000011101000110100110001101000100100100000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410151; }

 p { color: rgb(65,1,81); }

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

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

 a { background-color: rgb(65,1,81); }

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

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

 span { border-color: rgb(65,1,81); }

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