#41004E

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

Shades of Blackcurrant #41004E

Tints of Blackcurrant #41004E

Color information

#41004E (or 0x41004E) is unknown color: approx Blackcurrant. HEX triplet: 41, 00 and 4E. RGB value is (65,0,78). Sum of RGB (Red+Green+Blue) = 65+0+78=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #41004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41004E is #BEFFB1. Grayscale: #1C1C1C. Windows color (decimal): -12517298 or 5111873. OLE color: 5111873.

HSL color Cylindrical-coordinate representation of color #41004E: hue angle of 290º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41004E is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65078-
CMYK0.17100.69
HSL290º100%15.29%-
HSV(B)290º100%30.59%-
XYZ3.561.677.34-
YUV28.33156.03154.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal650780.17100.6929010015.29
Hex4104E116404512264f
Octal101011621144010544214417
Binary1000001010011101000111001000100010110010001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41004E; }

 p { color: rgb(65,0,78); }

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

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

 a { background-color: rgb(65,0,78); }

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

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

 span { border-color: rgb(65,0,78); }

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