#41034C

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

Shades of Blackcurrant #41034C

Tints of Blackcurrant #41034C

Color information

#41034C (or 0x41034C) is unknown color: approx Blackcurrant. HEX triplet: 41, 03 and 4C. RGB value is (65,3,76). Sum of RGB (Red+Green+Blue) = 65+3+76=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #41034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41034C is #BEFCB3. Grayscale: #1D1D1D. Windows color (decimal): -12516532 or 4981569. OLE color: 4981569.

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

Color convert

RGB65376-
CMYK0.140.9600.70
HSL290.96º92.41%15.49%-
HSV(B)290.96º96.05%29.8%-
XYZ3.521.716.98-
YUV29.86154.04153.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=45.14%
G=2.08%
B=52.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal653760.140.9600.70290.9692.4115.49
Hex4134CE600461235cf
Octal101311416140010644313417
Binary1000001111001100111011000000100011010010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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