#410153

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

Shades of Blackcurrant #410153

Tints of Blackcurrant #410153

Color information

#410153 (or 0x410153) is unknown color: approx Blackcurrant. HEX triplet: 41, 01 and 53. RGB value is (65,1,83). Sum of RGB (Red+Green+Blue) = 65+1+83=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #410153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410153 is #BEFEAC. Grayscale: #1D1D1D. Windows color (decimal): -12517037 or 5439809. OLE color: 5439809.

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

Color convert

RGB65183-
CMYK0.220.9900.67
HSL286.83º97.62%16.47%-
HSV(B)286.83º98.8%32.55%-
XYZ3.751.778.33-
YUV29.48158.2153.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=43.62%
G=0.67%
B=55.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal651830.220.9900.67286.8397.6216.47
Hex41153166304311f6210
Octal101112326143010343714220
Binary10000011101001110110110001101000011100011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410153; }

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

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

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

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

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

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

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

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