#41014C

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

Shades of Blackcurrant #41014C

Tints of Blackcurrant #41014C

Color information

#41014C (or 0x41014C) is unknown color: approx Blackcurrant. HEX triplet: 41, 01 and 4C. RGB value is (65,1,76). Sum of RGB (Red+Green+Blue) = 65+1+76=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #41014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41014C is #BEFEB3. Grayscale: #1C1C1C. Windows color (decimal): -12517044 or 4981057. OLE color: 4981057.

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

Color convert

RGB65176-
CMYK0.140.9900.70
HSL291.2º97.4%15.1%-
HSV(B)291.2º98.68%29.8%-
XYZ3.51.676.98-
YUV28.69154.7153.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 76 (30.08% from 255) = 53.52%
R=45.77%
G=0.70%
B=53.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal651760.140.9900.70291.297.415.1
Hex4114CE6304612361f
Octal101111416143010644314117
Binary100000111001100111011000110100011010010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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