Html Css Color HEX #40104F Blackcurrant

📋 copy color: '#40104F'

red 64 ◦ green 16 ◦ blue 79

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

Shades of Blackcurrant #40104F

Tints of Blackcurrant #40104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 49.69%

R = 40.25%
G = 10.06%
B = 49.69%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40104F (or 0x40104F) is known color: Blackcurrant. HEX triplet: 40, 10 and 4F. RGB value is (64,16,79). Sum of RGB (Red+Green+Blue) = 64+16+79=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #40104F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40104F is #BFEFB0. Grayscale: #252525. Windows color (decimal): -12578737 or 5181504. OLE color: 5181504.

HSL color Cylindrical-coordinate representation of color #40104F: hue angle of 285.71º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40104F is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 16 79 -
CMYK 0.19 0.80 0 0.69
HSL 285.71º 0.66% 0.19% -
HSV(B) 285.71º 0.8% 0.31% -
XYZ 3.71 2.03 7.59 -
YUV 37.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 64 16 79 0.19 0.80 0 0.69 285.71 0.66 0.19
Hex 40 10 4F 13 50 0 45 11E 42 13
Octal 100 20 117 23 120 0 105 436 102 23
Binary 1000000 10000 1001111 10011 1010000 0 1000101 100011110 1000010 10011

Color Harmonies of #40104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40104F

Black with #40104F

Text Example


Text Example

White with #40104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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