#410448

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

Shades of Blackcurrant #410448

Tints of Blackcurrant #410448

Color information

#410448 (or 0x410448) is unknown color: approx Blackcurrant. HEX triplet: 41, 04 and 48. RGB value is (65,4,72). Sum of RGB (Red+Green+Blue) = 65+4+72=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #410448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410448 is #BEFBB7. Grayscale: #1D1D1D. Windows color (decimal): -12516280 or 4719681. OLE color: 4719681.

HSL color Cylindrical-coordinate representation of color #410448: hue angle of 293.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410448 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65472-
CMYK0.100.9400.72
HSL293.82º89.47%14.9%-
HSV(B)293.82º94.44%28.24%-
XYZ3.391.686.28-
YUV29.99151.71152.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=46.10%
G=2.84%
B=51.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal654720.100.9400.72293.8289.4714.9
Hex41448A5E04812659f
Octal101411012136011044613117
Binary10000011001001000101010111100100100010010011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410448; }

 p { color: rgb(65,4,72); }

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

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

 a { background-color: rgb(65,4,72); }

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

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

 span { border-color: rgb(65,4,72); }

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