Html Css Color HEX #40154D Blackcurrant

📋 copy color: '#40154D'

red 64 ◦ green 21 ◦ blue 77

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

Shades of Blackcurrant #40154D

Tints of Blackcurrant #40154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 39.51%
G = 12.96%
B = 47.53%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40154D (or 0x40154D) is known color: Blackcurrant. HEX triplet: 40, 15 and 4D. RGB value is (64,21,77). Sum of RGB (Red+Green+Blue) = 64+21+77=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #40154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40154D is #BFEAB2. Grayscale: #282828. Windows color (decimal): -12577459 or 5051712. OLE color: 5051712.

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

Color convert

RGB 64 21 77 -
CMYK 0.17 0.73 0 0.70
HSL 286.07º 0.57% 0.19% -
HSV(B) 286.07º 0.73% 0.3% -
XYZ 3.72 2.16 7.24 -
YUV 40.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 64 21 77 0.17 0.73 0 0.70 286.07 0.57 0.19
Hex 40 15 4D 11 49 0 46 11E 39 13
Octal 100 25 115 21 111 0 106 436 71 23
Binary 1000000 10101 1001101 10001 1001001 0 1000110 100011110 111001 10011

Color Harmonies of #40154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40154D

Black with #40154D

Text Example


Text Example

White with #40154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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