Html Css Color HEX #40154C Blackcurrant

📋 copy color: '#40154C'

red 64 ◦ green 21 ◦ blue 76

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

Shades of Blackcurrant #40154C

Tints of Blackcurrant #40154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 39.75%
G = 13.04%
B = 47.2%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40154C (or 0x40154C) is known color: Blackcurrant. HEX triplet: 40, 15 and 4C. RGB value is (64,21,76). Sum of RGB (Red+Green+Blue) = 64+21+76=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #40154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40154C is #BFEAB3. Grayscale: #272727. Windows color (decimal): -12577460 or 4986176. OLE color: 4986176.

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

Color convert

RGB 64 21 76 -
CMYK 0.16 0.72 0 0.70
HSL 286.91º 0.57% 0.19% -
HSV(B) 286.91º 0.72% 0.3% -
XYZ 3.69 2.15 7.06 -
YUV 40.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 64 21 76 0.16 0.72 0 0.70 286.91 0.57 0.19
Hex 40 15 4C 10 48 0 46 11F 39 13
Octal 100 25 114 20 110 0 106 437 71 23
Binary 1000000 10101 1001100 10000 1001000 0 1000110 100011111 111001 10011

Color Harmonies of #40154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40154C

Black with #40154C

Text Example


Text Example

White with #40154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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