#41054B

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

Shades of Blackcurrant #41054B

Tints of Blackcurrant #41054B

Color information

#41054B (or 0x41054B) is unknown color: approx Blackcurrant. HEX triplet: 41, 05 and 4B. RGB value is (65,5,75). Sum of RGB (Red+Green+Blue) = 65+5+75=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #41054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41054B is #BEFAB4. Grayscale: #1E1E1E. Windows color (decimal): -12516021 or 4916545. OLE color: 4916545.

HSL color Cylindrical-coordinate representation of color #41054B: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41054B is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65575-
CMYK0.130.9300.71
HSL291.43º87.5%15.69%-
HSV(B)291.43º93.33%29.41%-
XYZ3.51.746.81-
YUV30.92152.88152.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=44.83%
G=3.45%
B=51.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal655750.130.9300.71291.4387.515.69
Hex4154BD5D0471235810
Octal101511315135010744313020
Binary100000110110010111101101110101000111100100011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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