Html Css Color HEX #40164C Blackcurrant

📋 copy color: '#40164C'

red 64 ◦ green 22 ◦ blue 76

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

Shades of Blackcurrant #40164C

Tints of Blackcurrant #40164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.58%

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

R = 39.51%
G = 13.58%
B = 46.91%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40164C (or 0x40164C) is known color: Blackcurrant. HEX triplet: 40, 16 and 4C. RGB value is (64,22,76). Sum of RGB (Red+Green+Blue) = 64+22+76=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #40164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40164C is #BFE9B3. Grayscale: #282828. Windows color (decimal): -12577204 or 4986432. OLE color: 4986432.

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

Color convert

RGB 64 22 76 -
CMYK 0.16 0.71 0 0.70
HSL 286.67º 0.55% 0.19% -
HSV(B) 286.67º 0.71% 0.3% -
XYZ 3.71 2.19 7.06 -
YUV 40.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 64 22 76 0.16 0.71 0 0.70 286.67 0.55 0.19
Hex 40 16 4C 10 47 0 46 11F 37 13
Octal 100 26 114 20 107 0 106 437 67 23
Binary 1000000 10110 1001100 10000 1000111 0 1000110 100011111 110111 10011

Color Harmonies of #40164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40164C

Black with #40164C

Text Example


Text Example

White with #40164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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