#400250

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

Shades of Blackcurrant #400250

Tints of Blackcurrant #400250

Color information

#400250 (or 0x400250) is unknown color: approx Blackcurrant. HEX triplet: 40, 02 and 50. RGB value is (64,2,80). Sum of RGB (Red+Green+Blue) = 64+2+80=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #400250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400250 is #BFFDAF. Grayscale: #1D1D1D. Windows color (decimal): -12582320 or 5243456. OLE color: 5243456.

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

Color convert

RGB64280-
CMYK0.200.9800.69
HSL287.69º95.12%16.08%-
HSV(B)287.69º97.5%31.37%-
XYZ3.581.717.73-
YUV29.43156.54152.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=43.84%
G=1.37%
B=54.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal642800.200.9800.69287.6995.1216.08
Hex4025014620451205f10
Octal100212024142010544013720
Binary100000010101000010100110001001000101100100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400250; }

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

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

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

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

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

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

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

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