Html Css Color HEX #40094E Blackcurrant

📋 copy color: '#40094E'

red 64 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #40094E

Tints of Blackcurrant #40094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

 BLUE value IS 78 (30.86% from 255) = 51.66%

R = 42.38%
G = 5.96%
B = 51.66%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40094E (or 0x40094E) is known color: Blackcurrant. HEX triplet: 40, 09 and 4E. RGB value is (64,9,78). Sum of RGB (Red+Green+Blue) = 64+9+78=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #40094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40094E is #BFF6B1. Grayscale: #212121. Windows color (decimal): -12580530 or 5114176. OLE color: 5114176.

HSL color Cylindrical-coordinate representation of color #40094E: hue angle of 287.83º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40094E is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 9 78 -
CMYK 0.18 0.88 0 0.69
HSL 287.83º 0.79% 0.17% -
HSV(B) 287.83º 0.88% 0.31% -
XYZ 3.59 1.84 7.37 -
YUV 33.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 64 9 78 0.18 0.88 0 0.69 287.83 0.79 0.17
Hex 40 9 4E 12 58 0 45 120 4F 11
Octal 100 11 116 22 130 0 105 440 117 21
Binary 1000000 1001 1001110 10010 1011000 0 1000101 100100000 1001111 10001

Color Harmonies of #40094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40094E

Black with #40094E

Text Example


Text Example

White with #40094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40094E; }

 p { color: rgb(64,9,78); }

 H1.HeaderClassName
 {
   color: #40094E;
 }
 .AnyTagClassName
 {
   color: #40094E;
 }
</style>

background-color css

<style>
 a { background-color: #40094E; }

 a { background-color: rgb(64,9,78); }

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

border-color css

<style>
 span { border-color: #40094E; }

 span { border-color: rgb(64,9,78); }

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