#41144C

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

Shades of Blackcurrant #41144C

Tints of Blackcurrant #41144C

Color information

#41144C (or 0x41144C) is unknown color: approx Blackcurrant. HEX triplet: 41, 14 and 4C. RGB value is (65,20,76). Sum of RGB (Red+Green+Blue) = 65+20+76=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #41144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41144C is #BEEBB3. Grayscale: #272727. Windows color (decimal): -12512180 or 4985921. OLE color: 4985921.

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

Color convert

RGB652076-
CMYK0.140.7400.70
HSL288.21º58.33%18.82%-
HSV(B)288.21º73.68%29.8%-
XYZ3.732.157.05-
YUV39.84148.41145.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=40.37%
G=12.42%
B=47.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6520760.140.7400.70288.2158.3318.82
Hex41144CE4A0461203a13
Octal101241141611201064407223
Binary1000001101001001100111010010100100011010010000011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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