Html Css Color HEX #401049 Blackcurrant

📋 copy color: '#401049'

red 64 ◦ green 16 ◦ blue 73

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

Shades of Blackcurrant #401049

Tints of Blackcurrant #401049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

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

R = 41.83%
G = 10.46%
B = 47.71%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#401049 (or 0x401049) is known color: Blackcurrant. HEX triplet: 40, 10 and 49. RGB value is (64,16,73). Sum of RGB (Red+Green+Blue) = 64+16+73=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #401049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401049 is #BFEFB6. Grayscale: #242424. Windows color (decimal): -12578743 or 4788288. OLE color: 4788288.

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

Color convert

RGB 64 16 73 -
CMYK 0.12 0.78 0 0.71
HSL 290.53º 0.64% 0.17% -
HSV(B) 290.53º 0.78% 0.29% -
XYZ 3.5 1.94 6.49 -
YUV 36.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 64 16 73 0.12 0.78 0 0.71 290.53 0.64 0.17
Hex 40 10 49 C 4E 0 47 123 40 11
Octal 100 20 111 14 116 0 107 443 100 21
Binary 1000000 10000 1001001 1100 1001110 0 1000111 100100011 1000000 10001

Color Harmonies of #401049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401049

Black with #401049

Text Example


Text Example

White with #401049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401049; }

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

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

background-color css

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

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

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

border-color css

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

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

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