#41054C

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

Shades of Blackcurrant #41054C

Tints of Blackcurrant #41054C

Color information

#41054C (or 0x41054C) is unknown color: approx Blackcurrant. HEX triplet: 41, 05 and 4C. RGB value is (65,5,76). Sum of RGB (Red+Green+Blue) = 65+5+76=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #41054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41054C is #BEFAB3. Grayscale: #1E1E1E. Windows color (decimal): -12516020 or 4982081. OLE color: 4982081.

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

Color convert

RGB65576-
CMYK0.140.9300.70
HSL290.7º87.65%15.88%-
HSV(B)290.7º93.42%29.8%-
XYZ3.541.756.99-
YUV31.03153.38152.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=44.52%
G=3.42%
B=52.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal655760.140.9300.70290.787.6515.88
Hex4154CE5D0461235810
Octal101511416135010644313020
Binary100000110110011001110101110101000110100100011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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