#41044C

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

Shades of Blackcurrant #41044C

Tints of Blackcurrant #41044C

Color information

#41044C (or 0x41044C) is unknown color: approx Blackcurrant. HEX triplet: 41, 04 and 4C. RGB value is (65,4,76). Sum of RGB (Red+Green+Blue) = 65+4+76=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #41044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41044C is #BEFBB3. Grayscale: #1E1E1E. Windows color (decimal): -12516276 or 4981825. OLE color: 4981825.

HSL color Cylindrical-coordinate representation of color #41044C: hue angle of 290.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41044C is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65476-
CMYK0.140.9500.70
HSL290.83º90%15.69%-
HSV(B)290.83º94.74%29.8%-
XYZ3.531.736.99-
YUV30.45153.71152.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=44.83%
G=2.76%
B=52.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal654760.140.9500.70290.839015.69
Hex4144CE5F0461235a10
Octal101411416137010644313220
Binary100000110010011001110101111101000110100100011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41044C; }

 p { color: rgb(65,4,76); }

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

<style>
 a { background-color: #41044C; }

 a { background-color: rgb(65,4,76); }

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

<style>
 span { border-color: #41044C; }

 span { border-color: rgb(65,4,76); }

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