#410248

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

Shades of Blackcurrant #410248

Tints of Blackcurrant #410248

Color information

#410248 (or 0x410248) is unknown color: approx Blackcurrant. HEX triplet: 41, 02 and 48. RGB value is (65,2,72). Sum of RGB (Red+Green+Blue) = 65+2+72=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #410248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410248 is #BEFDB7. Grayscale: #1C1C1C. Windows color (decimal): -12516792 or 4719169. OLE color: 4719169.

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

Color convert

RGB65272-
CMYK0.100.9700.72
HSL294º94.59%14.51%-
HSV(B)294º97.22%28.24%-
XYZ3.371.646.27-
YUV28.82152.37153.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=46.76%
G=1.44%
B=51.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal652720.100.9700.7229494.5914.51
Hex41248A610481265ff
Octal101211012141011044613717
Binary1000001101001000101011000010100100010010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410248; }

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

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

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

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

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

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

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

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