Html Css Color HEX #40044D Blackcurrant

📋 copy color: '#40044D'

red 64 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #40044D

Tints of Blackcurrant #40044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.76%

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

R = 44.14%
G = 2.76%
B = 53.1%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40044D (or 0x40044D) is known color: Blackcurrant. HEX triplet: 40, 04 and 4D. RGB value is (64,4,77). Sum of RGB (Red+Green+Blue) = 64+4+77=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #40044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40044D is #BFFBB2. Grayscale: #1E1E1E. Windows color (decimal): -12581811 or 5047360. OLE color: 5047360.

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

Color convert

RGB 64 4 77 -
CMYK 0.17 0.95 0 0.70
HSL 289.32º 0.9% 0.16% -
HSV(B) 289.32º 0.95% 0.3% -
XYZ 3.5 1.71 7.17 -
YUV 30.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 64 4 77 0.17 0.95 0 0.70 289.32 0.9 0.16
Hex 40 4 4D 11 5F 0 46 121 5A 10
Octal 100 4 115 21 137 0 106 441 132 20
Binary 1000000 100 1001101 10001 1011111 0 1000110 100100001 1011010 10000

Color Harmonies of #40044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40044D

Black with #40044D

Text Example


Text Example

White with #40044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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