#41114D

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

Shades of Blackcurrant #41114D

Tints of Blackcurrant #41114D

Color information

#41114D (or 0x41114D) is unknown color: approx Blackcurrant. HEX triplet: 41, 11 and 4D. RGB value is (65,17,77). Sum of RGB (Red+Green+Blue) = 65+17+77=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #41114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41114D is #BEEEB2. Grayscale: #262626. Windows color (decimal): -12512947 or 5050689. OLE color: 5050689.

HSL color Cylindrical-coordinate representation of color #41114D: hue angle of 288º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41114D is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB651777-
CMYK0.160.7800.70
HSL288º63.83%18.43%-
HSV(B)288º77.92%30.2%-
XYZ3.722.067.22-
YUV38.19149.9147.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=40.88%
G=10.69%
B=48.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6517770.160.7800.7028863.8318.43
Hex41114D104E0461204012
Octal1012111520116010644010022
Binary100000110001100110110000100111001000110100100000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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