#401148

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

Shades of Blackcurrant #401148

Tints of Blackcurrant #401148

Color information

#401148 (or 0x401148) is unknown color: approx Blackcurrant. HEX triplet: 40, 11 and 48. RGB value is (64,17,72). Sum of RGB (Red+Green+Blue) = 64+17+72=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #401148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401148 is #BFEEB7. Grayscale: #252525. Windows color (decimal): -12578488 or 4723008. OLE color: 4723008.

HSL color Cylindrical-coordinate representation of color #401148: hue angle of 291.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401148 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB641772-
CMYK0.110.7600.72
HSL291.27º61.8%17.45%-
HSV(B)291.27º76.39%28.24%-
XYZ3.481.966.33-
YUV37.32147.57147.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=41.83%
G=11.11%
B=47.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6417720.110.7600.72291.2761.817.45
Hex401148B4C0481233e11
Octal100211101311401104437621
Binary1000000100011001000101110011000100100010010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401148; }

 p { color: rgb(64,17,72); }

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

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

 a { background-color: rgb(64,17,72); }

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

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

 span { border-color: rgb(64,17,72); }

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