#40044B

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

Shades of Blackcurrant #40044B

Tints of Blackcurrant #40044B

Color information

#40044B (or 0x40044B) is unknown color: approx Blackcurrant. HEX triplet: 40, 04 and 4B. RGB value is (64,4,75). Sum of RGB (Red+Green+Blue) = 64+4+75=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #40044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40044B is #BFFBB4. Grayscale: #1D1D1D. Windows color (decimal): -12581813 or 4916288. OLE color: 4916288.

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

Color convert

RGB64475-
CMYK0.150.9500.71
HSL290.7º89.87%15.49%-
HSV(B)290.7º94.67%29.41%-
XYZ3.431.686.8-
YUV30.03153.38152.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=44.76%
G=2.80%
B=52.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal644750.150.9500.71290.789.8715.49
Hex4044BF5F0471235af
Octal100411317137010744313217
Binary10000001001001011111110111110100011110010001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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