Html Css Color HEX #400951 Blackcurrant

📋 copy color: '#400951'

red 64 ◦ green 9 ◦ blue 81

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

Shades of Blackcurrant #400951

Tints of Blackcurrant #400951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.84%

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

R = 41.56%
G = 5.84%
B = 52.6%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#400951 (or 0x400951) is known color: Blackcurrant. HEX triplet: 40, 09 and 51. RGB value is (64,9,81). Sum of RGB (Red+Green+Blue) = 64+9+81=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #400951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400951 is #BFF6AE. Grayscale: #212121. Windows color (decimal): -12580527 or 5310784. OLE color: 5310784.

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

Color convert

RGB 64 9 81 -
CMYK 0.21 0.89 0 0.68
HSL 285.83º 0.8% 0.18% -
HSV(B) 285.83º 0.89% 0.32% -
XYZ 3.7 1.88 7.95 -
YUV 33.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 64 9 81 0.21 0.89 0 0.68 285.83 0.8 0.18
Hex 40 9 51 15 59 0 44 11E 50 12
Octal 100 11 121 25 131 0 104 436 120 22
Binary 1000000 1001 1010001 10101 1011001 0 1000100 100011110 1010000 10010

Color Harmonies of #400951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400951

Black with #400951

Text Example


Text Example

White with #400951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400951; }

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

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

background-color css

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

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

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

border-color css

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

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

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