Html Css Color HEX #40114C Blackcurrant

📋 copy color: '#40114C'

red 64 ◦ green 17 ◦ blue 76

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

Shades of Blackcurrant #40114C

Tints of Blackcurrant #40114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

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

R = 40.76%
G = 10.83%
B = 48.41%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40114C (or 0x40114C) is known color: Blackcurrant. HEX triplet: 40, 11 and 4C. RGB value is (64,17,76). Sum of RGB (Red+Green+Blue) = 64+17+76=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #40114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40114C is #BFEEB3. Grayscale: #252525. Windows color (decimal): -12578484 or 4985152. OLE color: 4985152.

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

Color convert

RGB 64 17 76 -
CMYK 0.16 0.78 0 0.70
HSL 287.8º 0.63% 0.18% -
HSV(B) 287.8º 0.78% 0.3% -
XYZ 3.62 2.01 7.04 -
YUV 37.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 64 17 76 0.16 0.78 0 0.70 287.8 0.63 0.18
Hex 40 11 4C 10 4E 0 46 120 3F 12
Octal 100 21 114 20 116 0 106 440 77 22
Binary 1000000 10001 1001100 10000 1001110 0 1000110 100100000 111111 10010

Color Harmonies of #40114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40114C

Black with #40114C

Text Example


Text Example

White with #40114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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