#40134C

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

Shades of Blackcurrant #40134C

Tints of Blackcurrant #40134C

Color information

#40134C (or 0x40134C) is unknown color: approx Blackcurrant. HEX triplet: 40, 13 and 4C. RGB value is (64,19,76). Sum of RGB (Red+Green+Blue) = 64+19+76=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #40134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40134C is #BFECB3. Grayscale: #262626. Windows color (decimal): -12577972 or 4985664. OLE color: 4985664.

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

Color convert

RGB641976-
CMYK0.160.7500.70
HSL287.37º60%18.63%-
HSV(B)287.37º75%29.8%-
XYZ3.652.087.05-
YUV38.95148.91145.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=40.25%
G=11.95%
B=47.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6419760.160.7500.70287.376018.63
Hex40134C104B04611f3c13
Octal100231142011301064377423
Binary10000001001110011001000010010110100011010001111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,19,76); }

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

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

 a { background-color: rgb(64,19,76); }

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

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

 span { border-color: rgb(64,19,76); }

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