#400255

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

Shades of Blackcurrant #400255

Tints of Blackcurrant #400255

Color information

#400255 (or 0x400255) is unknown color: approx Blackcurrant. HEX triplet: 40, 02 and 55. RGB value is (64,2,85). Sum of RGB (Red+Green+Blue) = 64+2+85=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #400255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400255 is #BFFDAA. Grayscale: #1D1D1D. Windows color (decimal): -12582315 or 5571136. OLE color: 5571136.

HSL color Cylindrical-coordinate representation of color #400255: hue angle of 284.82º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400255 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB64285-
CMYK0.250.9800.67
HSL284.82º95.4%17.06%-
HSV(B)284.82º97.65%33.33%-
XYZ3.781.798.74-
YUV30159.04152.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=42.38%
G=1.32%
B=56.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal642850.250.9800.67284.8295.417.06
Hex40255196204311d5f11
Octal100212531142010343513721
Binary100000010101010111001110001001000011100011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400255; }

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

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

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

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

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

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

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

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