Html Css Color HEX #400954 Blackcurrant

📋 copy color: '#400954'

red 64 ◦ green 9 ◦ blue 84

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

Shades of Blackcurrant #400954

Tints of Blackcurrant #400954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 40.76%
G = 5.73%
B = 53.5%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400954 (or 0x400954) is known color: Blackcurrant. HEX triplet: 40, 09 and 54. RGB value is (64,9,84). Sum of RGB (Red+Green+Blue) = 64+9+84=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #400954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400954 is #BFF6AB. Grayscale: #212121. Windows color (decimal): -12580524 or 5507392. OLE color: 5507392.

HSL color Cylindrical-coordinate representation of color #400954: hue angle of 284º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400954 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 9 84 -
CMYK 0.24 0.89 0 0.67
HSL 284º 0.81% 0.18% -
HSV(B) 284º 0.89% 0.33% -
XYZ 3.81 1.93 8.56 -
YUV 34 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 64 9 84 0.24 0.89 0 0.67 284 0.81 0.18
Hex 40 9 54 18 59 0 43 11C 51 12
Octal 100 11 124 30 131 0 103 434 121 22
Binary 1000000 1001 1010100 11000 1011001 0 1000011 100011100 1010001 10010

Color Harmonies of #400954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400954

Black with #400954

Text Example


Text Example

White with #400954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400954; }

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

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

background-color css

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

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

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

border-color css

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

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

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