#41084D

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

Shades of Blackcurrant #41084D

Tints of Blackcurrant #41084D

Color information

#41084D (or 0x41084D) is unknown color: approx Blackcurrant. HEX triplet: 41, 08 and 4D. RGB value is (65,8,77). Sum of RGB (Red+Green+Blue) = 65+8+77=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #41084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41084D is #BEF7B2. Grayscale: #202020. Windows color (decimal): -12515251 or 5048385. OLE color: 5048385.

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

Color convert

RGB65877-
CMYK0.160.9000.70
HSL289.57º81.18%16.67%-
HSV(B)289.57º89.61%30.2%-
XYZ3.611.837.18-
YUV32.91152.88150.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=43.33%
G=5.33%
B=51.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal658770.160.9000.70289.5781.1816.67
Hex4184D105A0461225111
Octal1011011520132010644212121
Binary10000011000100110110000101101001000110100100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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