#400258

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

Shades of Blackcurrant #400258

Tints of Blackcurrant #400258

Color information

#400258 (or 0x400258) is unknown color: approx Blackcurrant. HEX triplet: 40, 02 and 58. RGB value is (64,2,88). Sum of RGB (Red+Green+Blue) = 64+2+88=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #400258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400258 is #BFFDA7. Grayscale: #1E1E1E. Windows color (decimal): -12582312 or 5767744. OLE color: 5767744.

HSL color Cylindrical-coordinate representation of color #400258: hue angle of 283.26º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400258 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64288-
CMYK0.270.9800.65
HSL283.26º95.56%17.65%-
HSV(B)283.26º97.73%34.51%-
XYZ3.91.849.38-
YUV30.34160.54152.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=41.56%
G=1.30%
B=57.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal642880.270.9800.65283.2695.5617.65
Hex402581B6204111b6012
Octal100213033142010143314022
Binary100000010101100011011110001001000001100011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400258; }

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

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

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

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

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

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

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

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