Html Css Color HEX #400054 Blackcurrant

📋 copy color: '#400054'

red 64 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #400054

Tints of Blackcurrant #400054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.24%
G = 0%
B = 56.76%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400054 (or 0x400054) is known color: Blackcurrant. HEX triplet: 40, 00 and 54. RGB value is (64,0,84). Sum of RGB (Red+Green+Blue) = 64+0+84=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #400054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400054 is #BFFFAB. Grayscale: #1C1C1C. Windows color (decimal): -12582828 or 5505088. OLE color: 5505088.

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

Color convert

RGB 64 0 84 -
CMYK 0.24 1 0 0.67
HSL 285.71º 1% 0.16% -
HSV(B) 285.71º 1% 0.33% -
XYZ 3.71 1.73 8.53 -
YUV 28.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 64 0 84 0.24 1 0 0.67 285.71 1 0.16
Hex 40 0 54 18 64 0 43 11E 64 10
Octal 100 0 124 30 144 0 103 436 144 20
Binary 1000000 0 1010100 11000 1100100 0 1000011 100011110 1100100 10000

Color Harmonies of #400054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400054

Black with #400054

Text Example


Text Example

White with #400054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400054; }

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

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

background-color css

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

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

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

border-color css

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

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

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