#400247

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

Shades of Blackcurrant #400247

Tints of Blackcurrant #400247

Color information

#400247 (or 0x400247) is unknown color: approx Blackcurrant. HEX triplet: 40, 02 and 47. RGB value is (64,2,71). Sum of RGB (Red+Green+Blue) = 64+2+71=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #400247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400247 is #BFFDB8. Grayscale: #1C1C1C. Windows color (decimal): -12582329 or 4653632. OLE color: 4653632.

HSL color Cylindrical-coordinate representation of color #400247: hue angle of 293.91º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400247 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64271-
CMYK0.100.9700.72
HSL293.91º94.52%14.31%-
HSV(B)293.91º97.18%27.84%-
XYZ3.271.596.1-
YUV28.4152.04153.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=46.72%
G=1.46%
B=51.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal642710.100.9700.72293.9194.5214.31
Hex40247A610481265fe
Octal100210712141011044613716
Binary1000000101000111101011000010100100010010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400247; }

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

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

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

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

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

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

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

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