#40104B

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

Shades of Blackcurrant #40104B

Tints of Blackcurrant #40104B

Color information

#40104B (or 0x40104B) is unknown color: approx Blackcurrant. HEX triplet: 40, 10 and 4B. RGB value is (64,16,75). Sum of RGB (Red+Green+Blue) = 64+16+75=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #40104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40104B is #BFEFB4. Grayscale: #242424. Windows color (decimal): -12578741 or 4919360. OLE color: 4919360.

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

Color convert

RGB641675-
CMYK0.150.7900.71
HSL288.81º64.84%17.84%-
HSV(B)288.81º78.67%29.41%-
XYZ3.571.976.85-
YUV37.08149.4147.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=41.29%
G=10.32%
B=48.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6416750.150.7900.71288.8164.8417.84
Hex40104BF4F0471214112
Octal1002011317117010744110122
Binary10000001000010010111111100111101000111100100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,16,75); }

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

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

 a { background-color: rgb(64,16,75); }

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

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

 span { border-color: rgb(64,16,75); }

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