Html Css Color HEX #401051 Blackcurrant

📋 copy color: '#401051'

red 64 ◦ green 16 ◦ blue 81

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

Shades of Blackcurrant #401051

Tints of Blackcurrant #401051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 50.31%

R = 39.75%
G = 9.94%
B = 50.31%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401051 (or 0x401051) is known color: Blackcurrant. HEX triplet: 40, 10 and 51. RGB value is (64,16,81). Sum of RGB (Red+Green+Blue) = 64+16+81=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #401051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401051 is #BFEFAE. Grayscale: #252525. Windows color (decimal): -12578735 or 5312576. OLE color: 5312576.

HSL color Cylindrical-coordinate representation of color #401051: hue angle of 284.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401051 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 16 81 -
CMYK 0.21 0.80 0 0.68
HSL 284.31º 0.67% 0.19% -
HSV(B) 284.31º 0.8% 0.32% -
XYZ 3.78 2.05 7.98 -
YUV 37.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 64 16 81 0.21 0.80 0 0.68 284.31 0.67 0.19
Hex 40 10 51 15 50 0 44 11C 43 13
Octal 100 20 121 25 120 0 104 434 103 23
Binary 1000000 10000 1010001 10101 1010000 0 1000100 100011100 1000011 10011

Color Harmonies of #401051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401051

Black with #401051

Text Example


Text Example

White with #401051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401051; }

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

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

background-color css

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

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

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

border-color css

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

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

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