Html Css Color HEX #400059 Blackcurrant

📋 copy color: '#400059'

red 64 ◦ green 0 ◦ blue 89

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

Shades of Blackcurrant #400059

Tints of Blackcurrant #400059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 41.83%
G = 0%
B = 58.17%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400059 (or 0x400059) is known color: Blackcurrant. HEX triplet: 40, 00 and 59. RGB value is (64,0,89). Sum of RGB (Red+Green+Blue) = 64+0+89=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #400059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400059 is #BFFFA6. Grayscale: #1C1C1C. Windows color (decimal): -12582823 or 5832768. OLE color: 5832768.

HSL color Cylindrical-coordinate representation of color #400059: hue angle of 283.15º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400059 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 0 89 -
CMYK 0.28 1 0 0.65
HSL 283.15º 1% 0.17% -
HSV(B) 283.15º 1% 0.35% -
XYZ 3.92 1.81 9.59 -
YUV 29.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 64 0 89 0.28 1 0 0.65 283.15 1 0.17
Hex 40 0 59 1C 64 0 41 11B 64 11
Octal 100 0 131 34 144 0 101 433 144 21
Binary 1000000 0 1011001 11100 1100100 0 1000001 100011011 1100100 10001

Color Harmonies of #400059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400059

Black with #400059

Text Example


Text Example

White with #400059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400059; }

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

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

background-color css

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

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

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

border-color css

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

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

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