#41114B

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

Shades of Blackcurrant #41114B

Tints of Blackcurrant #41114B

Color information

#41114B (or 0x41114B) is unknown color: approx Blackcurrant. HEX triplet: 41, 11 and 4B. RGB value is (65,17,75). Sum of RGB (Red+Green+Blue) = 65+17+75=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #41114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41114B is #BEEEB4. Grayscale: #252525. Windows color (decimal): -12512949 or 4919617. OLE color: 4919617.

HSL color Cylindrical-coordinate representation of color #41114B: hue angle of 289.66º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41114B is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB651775-
CMYK0.130.7700.71
HSL289.66º63.04%18.04%-
HSV(B)289.66º77.33%29.41%-
XYZ3.652.036.86-
YUV37.96148.9147.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=41.40%
G=10.83%
B=47.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6517750.130.7700.71289.6663.0418.04
Hex41114BD4D0471223f12
Octal101211131511501074427722
Binary1000001100011001011110110011010100011110010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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