#410154

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

Shades of Blackcurrant #410154

Tints of Blackcurrant #410154

Color information

#410154 (or 0x410154) is unknown color: approx Blackcurrant. HEX triplet: 41, 01 and 54. RGB value is (65,1,84). Sum of RGB (Red+Green+Blue) = 65+1+84=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #410154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410154 is #BEFEAB. Grayscale: #1D1D1D. Windows color (decimal): -12517036 or 5505345. OLE color: 5505345.

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

Color convert

RGB65184-
CMYK0.230.9900.67
HSL286.27º97.65%16.67%-
HSV(B)286.27º98.81%32.94%-
XYZ3.791.798.53-
YUV29.6158.7153.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 84 (33.20% from 255) = 56%
R=43.33%
G=0.67%
B=56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal651840.230.9900.67286.2797.6516.67
Hex41154176304311e6211
Octal101112427143010343614221
Binary10000011101010010111110001101000011100011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410154; }

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

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

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

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

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

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

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

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