#41084B

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

Shades of Blackcurrant #41084B

Tints of Blackcurrant #41084B

Color information

#41084B (or 0x41084B) is unknown color: approx Blackcurrant. HEX triplet: 41, 08 and 4B. RGB value is (65,8,75). Sum of RGB (Red+Green+Blue) = 65+8+75=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #41084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41084B is #BEF7B4. Grayscale: #202020. Windows color (decimal): -12515253 or 4917313. OLE color: 4917313.

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

Color convert

RGB65875-
CMYK0.130.8900.71
HSL291.04º80.72%16.27%-
HSV(B)291.04º89.33%29.41%-
XYZ3.541.816.82-
YUV32.68151.88151.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=43.92%
G=5.41%
B=50.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal658750.130.8900.71291.0480.7216.27
Hex4184BD590471235110
Octal1011011315131010744312120
Binary1000001100010010111101101100101000111100100011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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