#41054D

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

Shades of Blackcurrant #41054D

Tints of Blackcurrant #41054D

Color information

#41054D (or 0x41054D) is unknown color: approx Blackcurrant. HEX triplet: 41, 05 and 4D. RGB value is (65,5,77). Sum of RGB (Red+Green+Blue) = 65+5+77=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #41054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41054D is #BEFAB2. Grayscale: #1E1E1E. Windows color (decimal): -12516019 or 5047617. OLE color: 5047617.

HSL color Cylindrical-coordinate representation of color #41054D: hue angle of 290º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41054D is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65577-
CMYK0.160.9400.70
HSL290º87.8%16.08%-
HSV(B)290º93.51%30.2%-
XYZ3.571.777.17-
YUV31.15153.88152.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=44.22%
G=3.40%
B=52.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal655770.160.9400.7029087.816.08
Hex4154D105E0461225810
Octal101511520136010644213020
Binary1000001101100110110000101111001000110100100010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41054D; }

 p { color: rgb(65,5,77); }

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

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

 a { background-color: rgb(65,5,77); }

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

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

 span { border-color: rgb(65,5,77); }

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