Html Css Color HEX #400D51 Blackcurrant

📋 copy color: '#400D51'

red 64 ◦ green 13 ◦ blue 81

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

Shades of Blackcurrant #400D51

Tints of Blackcurrant #400D51

RGB

 RED value IS 64 (25.39% from 255) = 40.51%

 GREEN value IS 13 (5.47% from 255) = 8.23%

 BLUE value IS 81 (32.03% from 255) = 51.27%

R = 40.51%
G = 8.23%
B = 51.27%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#400D51 (or 0x400D51) is known color: Blackcurrant. HEX triplet: 40, 0D and 51. RGB value is (64,13,81). Sum of RGB (Red+Green+Blue) = 64+13+81=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #400D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D51 is #BFF2AE. Grayscale: #232323. Windows color (decimal): -12579503 or 5311808. OLE color: 5311808.

HSL color Cylindrical-coordinate representation of color #400D51: hue angle of 285º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400D51 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 13 81 -
CMYK 0.21 0.84 0 0.68
HSL 285º 0.72% 0.18% -
HSV(B) 285º 0.84% 0.32% -
XYZ 3.74 1.97 7.97 -
YUV 36 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 64 13 81 0.21 0.84 0 0.68 285 0.72 0.18
Hex 40 D 51 15 54 0 44 11D 48 12
Octal 100 15 121 25 124 0 104 435 110 22
Binary 1000000 1101 1010001 10101 1010100 0 1000100 100011101 1001000 10010

Color Harmonies of #400D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D51

Black with #400D51

Text Example


Text Example

White with #400D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D51; }

 p { color: rgb(64,13,81); }

 H1.HeaderClassName
 {
   color: #400D51;
 }
 .AnyTagClassName
 {
   color: #400D51;
 }
</style>

background-color css

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

 a { background-color: rgb(64,13,81); }

 div.DivClassName
 {
   background-color: #400D51;
 }
 .BgClassName
 {
   background-color: #400D51;
 }
</style>

border-color css

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

 span { border-color: rgb(64,13,81); }

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