Html Css Color HEX #40074C Blackcurrant

📋 copy color: '#40074C'

red 64 ◦ green 7 ◦ blue 76

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

Shades of Blackcurrant #40074C

Tints of Blackcurrant #40074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 43.54%
G = 4.76%
B = 51.7%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40074C (or 0x40074C) is known color: Blackcurrant. HEX triplet: 40, 07 and 4C. RGB value is (64,7,76). Sum of RGB (Red+Green+Blue) = 64+7+76=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #40074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40074C is #BFF8B3. Grayscale: #1F1F1F. Windows color (decimal): -12581044 or 4982592. OLE color: 4982592.

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

Color convert

RGB 64 7 76 -
CMYK 0.16 0.91 0 0.70
HSL 289.57º 0.83% 0.16% -
HSV(B) 289.57º 0.91% 0.3% -
XYZ 3.49 1.76 6.99 -
YUV 31.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 64 7 76 0.16 0.91 0 0.70 289.57 0.83 0.16
Hex 40 7 4C 10 5B 0 46 122 53 10
Octal 100 7 114 20 133 0 106 442 123 20
Binary 1000000 111 1001100 10000 1011011 0 1000110 100100010 1010011 10000

Color Harmonies of #40074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40074C

Black with #40074C

Text Example


Text Example

White with #40074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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