#401248

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

Shades of Blackcurrant #401248

Tints of Blackcurrant #401248

Color information

#401248 (or 0x401248) is unknown color: approx Blackcurrant. HEX triplet: 40, 12 and 48. RGB value is (64,18,72). Sum of RGB (Red+Green+Blue) = 64+18+72=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #401248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401248 is #BFEDB7. Grayscale: #252525. Windows color (decimal): -12578232 or 4723264. OLE color: 4723264.

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

Color convert

RGB641872-
CMYK0.110.7500.72
HSL291.11º60%17.65%-
HSV(B)291.11º75%28.24%-
XYZ3.51.996.33-
YUV37.91147.24146.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=41.56%
G=11.69%
B=46.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6418720.110.7500.72291.116017.65
Hex401248B4B0481233c12
Octal100221101311301104437422
Binary1000000100101001000101110010110100100010010001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401248; }

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

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

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

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

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

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

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

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