#400251

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

Shades of Blackcurrant #400251

Tints of Blackcurrant #400251

Color information

#400251 (or 0x400251) is unknown color: approx Blackcurrant. HEX triplet: 40, 02 and 51. RGB value is (64,2,81). Sum of RGB (Red+Green+Blue) = 64+2+81=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #400251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400251 is #BFFDAE. Grayscale: #1D1D1D. Windows color (decimal): -12582319 or 5308992. OLE color: 5308992.

HSL color Cylindrical-coordinate representation of color #400251: hue angle of 287.09º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400251 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB64281-
CMYK0.210.9800.68
HSL287.09º95.18%16.27%-
HSV(B)287.09º97.53%31.76%-
XYZ3.621.737.93-
YUV29.54157.04152.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=43.54%
G=1.36%
B=55.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal642810.210.9800.68287.0995.1816.27
Hex40251156204411f5f10
Octal100212125142010443713720
Binary100000010101000110101110001001000100100011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400251; }

 p { color: rgb(64,2,81); }

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

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

 a { background-color: rgb(64,2,81); }

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

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

 span { border-color: rgb(64,2,81); }

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