Html Css Color HEX #400650 Blackcurrant

📋 copy color: '#400650'

red 64 ◦ green 6 ◦ blue 80

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

Shades of Blackcurrant #400650

Tints of Blackcurrant #400650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 42.67%
G = 4%
B = 53.33%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#400650 (or 0x400650) is known color: Blackcurrant. HEX triplet: 40, 06 and 50. RGB value is (64,6,80). Sum of RGB (Red+Green+Blue) = 64+6+80=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #400650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400650 is #BFF9AF. Grayscale: #1F1F1F. Windows color (decimal): -12581296 or 5244480. OLE color: 5244480.

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

Color convert

RGB 64 6 80 -
CMYK 0.20 0.92 0 0.69
HSL 287.03º 0.86% 0.17% -
HSV(B) 287.03º 0.93% 0.31% -
XYZ 3.63 1.8 7.75 -
YUV 31.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 64 6 80 0.20 0.92 0 0.69 287.03 0.86 0.17
Hex 40 6 50 14 5C 0 45 11F 56 11
Octal 100 6 120 24 134 0 105 437 126 21
Binary 1000000 110 1010000 10100 1011100 0 1000101 100011111 1010110 10001

Color Harmonies of #400650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400650

Black with #400650

Text Example


Text Example

White with #400650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400650; }

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

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

background-color css

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

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

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

border-color css

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

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

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