Html Css Color HEX #40084D Blackcurrant

📋 copy color: '#40084D'

red 64 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #40084D

Tints of Blackcurrant #40084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 42.95%
G = 5.37%
B = 51.68%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40084D (or 0x40084D) is known color: Blackcurrant. HEX triplet: 40, 08 and 4D. RGB value is (64,8,77). Sum of RGB (Red+Green+Blue) = 64+8+77=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #40084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40084D is #BFF7B2. Grayscale: #202020. Windows color (decimal): -12580787 or 5048384. OLE color: 5048384.

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

Color convert

RGB 64 8 77 -
CMYK 0.17 0.90 0 0.70
HSL 288.7º 0.81% 0.17% -
HSV(B) 288.7º 0.9% 0.3% -
XYZ 3.54 1.8 7.18 -
YUV 32.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 64 8 77 0.17 0.90 0 0.70 288.7 0.81 0.17
Hex 40 8 4D 11 5A 0 46 121 51 11
Octal 100 10 115 21 132 0 106 441 121 21
Binary 1000000 1000 1001101 10001 1011010 0 1000110 100100001 1010001 10001

Color Harmonies of #40084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40084D

Black with #40084D

Text Example


Text Example

White with #40084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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