Html Css Color HEX #400247 Blackcurrant

📋 copy color: '#400247'

red 64 ◦ green 2 ◦ blue 71

#400247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #400247

Tints of Blackcurrant #400247

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.13% from 255) = 51.82%

R = 46.72%
G = 1.46%
B = 51.82%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400247 (or 0x400247) is known color: 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

RGB 64 2 71 -
CMYK 0.10 0.97 0 0.72
HSL 293.91º 0.95% 0.14% -
HSV(B) 293.91º 0.97% 0.28% -
XYZ 3.27 1.59 6.1 -
YUV 28.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 64 2 71 0.10 0.97 0 0.72 293.91 0.95 0.14
Hex 40 2 47 A 61 0 48 126 5F E
Octal 100 2 107 12 141 0 110 446 137 16
Binary 1000000 10 1000111 1010 1100001 0 1001000 100100110 1011111 1110

Color Harmonies of #400247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400247

Black with #400247

Text Example


Text Example

White with #400247

Text Example


Text Example

HTML Codes & Css Web 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>