Html Css Color HEX #40024C Blackcurrant

📋 copy color: '#40024C'

red 64 ◦ green 2 ◦ blue 76

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

Shades of Blackcurrant #40024C

Tints of Blackcurrant #40024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 45.07%
G = 1.41%
B = 53.52%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40024C (or 0x40024C) is known color: Blackcurrant. HEX triplet: 40, 02 and 4C. RGB value is (64,2,76). Sum of RGB (Red+Green+Blue) = 64+2+76=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #40024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40024C is #BFFDB3. Grayscale: #1C1C1C. Windows color (decimal): -12582324 or 4981312. OLE color: 4981312.

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

Color convert

RGB 64 2 76 -
CMYK 0.16 0.97 0 0.70
HSL 290.27º 0.95% 0.15% -
HSV(B) 290.27º 0.97% 0.3% -
XYZ 3.44 1.66 6.98 -
YUV 28.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 64 2 76 0.16 0.97 0 0.70 290.27 0.95 0.15
Hex 40 2 4C 10 61 0 46 122 5F F
Octal 100 2 114 20 141 0 106 442 137 17
Binary 1000000 10 1001100 10000 1100001 0 1000110 100100010 1011111 1111

Color Harmonies of #40024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40024C

Black with #40024C

Text Example


Text Example

White with #40024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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