Html Css Color HEX #400849 Blackcurrant

📋 copy color: '#400849'

red 64 ◦ green 8 ◦ blue 73

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

Shades of Blackcurrant #400849

Tints of Blackcurrant #400849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

 BLUE value IS 73 (28.91% from 255) = 50.34%

R = 44.14%
G = 5.52%
B = 50.34%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#400849 (or 0x400849) is known color: Blackcurrant. HEX triplet: 40, 08 and 49. RGB value is (64,8,73). Sum of RGB (Red+Green+Blue) = 64+8+73=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #400849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400849 is #BFF7B6. Grayscale: #1F1F1F. Windows color (decimal): -12580791 or 4786240. OLE color: 4786240.

HSL color Cylindrical-coordinate representation of color #400849: hue angle of 291.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400849 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 8 73 -
CMYK 0.12 0.89 0 0.71
HSL 291.69º 0.8% 0.16% -
HSV(B) 291.69º 0.89% 0.29% -
XYZ 3.4 1.74 6.46 -
YUV 32.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 64 8 73 0.12 0.89 0 0.71 291.69 0.8 0.16
Hex 40 8 49 C 59 0 47 124 50 10
Octal 100 10 111 14 131 0 107 444 120 20
Binary 1000000 1000 1001001 1100 1011001 0 1000111 100100100 1010000 10000

Color Harmonies of #400849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400849

Black with #400849

Text Example


Text Example

White with #400849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400849; }

 p { color: rgb(64,8,73); }

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

background-color css

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

 a { background-color: rgb(64,8,73); }

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

border-color css

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

 span { border-color: rgb(64,8,73); }

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