Html Css Color HEX #401749 Blackcurrant

📋 copy color: '#401749'

red 64 ◦ green 23 ◦ blue 73

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

Shades of Blackcurrant #401749

Tints of Blackcurrant #401749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 40%
G = 14.38%
B = 45.63%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#401749 (or 0x401749) is known color: Blackcurrant. HEX triplet: 40, 17 and 49. RGB value is (64,23,73). Sum of RGB (Red+Green+Blue) = 64+23+73=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #401749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401749 is #BFE8B6. Grayscale: #282828. Windows color (decimal): -12576951 or 4790080. OLE color: 4790080.

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

Color convert

RGB 64 23 73 -
CMYK 0.12 0.68 0 0.71
HSL 289.2º 0.52% 0.19% -
HSV(B) 289.2º 0.68% 0.29% -
XYZ 3.62 2.18 6.53 -
YUV 40.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 64 23 73 0.12 0.68 0 0.71 289.2 0.52 0.19
Hex 40 17 49 C 44 0 47 121 34 13
Octal 100 27 111 14 104 0 107 441 64 23
Binary 1000000 10111 1001001 1100 1000100 0 1000111 100100001 110100 10011

Color Harmonies of #401749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401749

Black with #401749

Text Example


Text Example

White with #401749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401749; }

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

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

background-color css

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

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

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

border-color css

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

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

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