Html Css Color HEX #400550 Blackcurrant

📋 copy color: '#400550'

red 64 ◦ green 5 ◦ blue 80

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

Shades of Blackcurrant #400550

Tints of Blackcurrant #400550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 42.95%
G = 3.36%
B = 53.69%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#400550 (or 0x400550) is known color: Blackcurrant. HEX triplet: 40, 05 and 50. RGB value is (64,5,80). Sum of RGB (Red+Green+Blue) = 64+5+80=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #400550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400550 is #BFFAAF. Grayscale: #1E1E1E. Windows color (decimal): -12581552 or 5244224. OLE color: 5244224.

HSL color Cylindrical-coordinate representation of color #400550: hue angle of 287.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400550 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 5 80 -
CMYK 0.20 0.94 0 0.69
HSL 287.2º 0.88% 0.17% -
HSV(B) 287.2º 0.94% 0.31% -
XYZ 3.62 1.78 7.74 -
YUV 31.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 64 5 80 0.20 0.94 0 0.69 287.2 0.88 0.17
Hex 40 5 50 14 5E 0 45 11F 58 11
Octal 100 5 120 24 136 0 105 437 130 21
Binary 1000000 101 1010000 10100 1011110 0 1000101 100011111 1011000 10001

Color Harmonies of #400550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400550

Black with #400550

Text Example


Text Example

White with #400550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400550; }

 p { color: rgb(64,5,80); }

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

background-color css

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

 a { background-color: rgb(64,5,80); }

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

border-color css

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

 span { border-color: rgb(64,5,80); }

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