#41104b

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

Shades of Blackcurrant #41104B

Tints of Blackcurrant #41104B

Color information

#41104B (or 0x41104B) is unknown color: approx Blackcurrant. HEX triplet: 41, 10 and 4B. RGB value is (65,16,75). Sum of RGB (Red+Green+Blue) = 65+16+75=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #41104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41104B is #BEEFB4. Grayscale: #252525. Windows color (decimal): -12513205 or 4919361. OLE color: 4919361.

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

Color convert

RGB651675-
CMYK0.130.7900.71
HSL289.83º64.84%17.84%-
HSV(B)289.83º78.67%29.41%-
XYZ3.6426.85-
YUV37.38149.23147.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=41.67%
G=10.26%
B=48.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6516750.130.7900.71289.8364.8417.84
Hex41104BD4F0471224112
Octal1012011315117010744210122
Binary10000011000010010111101100111101000111100100010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41104b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41104b; }

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

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

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

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

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

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

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

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