Html Css Color HEX #401048 Blackcurrant

📋 copy color: '#401048'

red 64 ◦ green 16 ◦ blue 72

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

Shades of Blackcurrant #401048

Tints of Blackcurrant #401048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 42.11%
G = 10.53%
B = 47.37%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401048 (or 0x401048) is known color: Blackcurrant. HEX triplet: 40, 10 and 48. RGB value is (64,16,72). Sum of RGB (Red+Green+Blue) = 64+16+72=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #401048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401048 is #BFEFB7. Grayscale: #242424. Windows color (decimal): -12578744 or 4722752. OLE color: 4722752.

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

Color convert

RGB 64 16 72 -
CMYK 0.11 0.78 0 0.72
HSL 291.43º 0.64% 0.17% -
HSV(B) 291.43º 0.78% 0.28% -
XYZ 3.47 1.93 6.32 -
YUV 36.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 64 16 72 0.11 0.78 0 0.72 291.43 0.64 0.17
Hex 40 10 48 B 4E 0 48 123 40 11
Octal 100 20 110 13 116 0 110 443 100 21
Binary 1000000 10000 1001000 1011 1001110 0 1001000 100100011 1000000 10001

Color Harmonies of #401048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401048

Black with #401048

Text Example


Text Example

White with #401048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401048; }

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

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

background-color css

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

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

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

border-color css

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

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

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