Html Css Color HEX #40104D Blackcurrant

📋 copy color: '#40104D'

red 64 ◦ green 16 ◦ blue 77

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

Shades of Blackcurrant #40104D

Tints of Blackcurrant #40104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 40.76%
G = 10.19%
B = 49.04%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40104D (or 0x40104D) is known color: Blackcurrant. HEX triplet: 40, 10 and 4D. RGB value is (64,16,77). Sum of RGB (Red+Green+Blue) = 64+16+77=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #40104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40104D is #BFEFB2. Grayscale: #252525. Windows color (decimal): -12578739 or 5050432. OLE color: 5050432.

HSL color Cylindrical-coordinate representation of color #40104D: hue angle of 287.21º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40104D is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 16 77 -
CMYK 0.17 0.79 0 0.70
HSL 287.21º 0.66% 0.18% -
HSV(B) 287.21º 0.79% 0.3% -
XYZ 3.64 2 7.21 -
YUV 37.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 64 16 77 0.17 0.79 0 0.70 287.21 0.66 0.18
Hex 40 10 4D 11 4F 0 46 11F 42 12
Octal 100 20 115 21 117 0 106 437 102 22
Binary 1000000 10000 1001101 10001 1001111 0 1000110 100011111 1000010 10010

Color Harmonies of #40104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40104D

Black with #40104D

Text Example


Text Example

White with #40104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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