Html Css Color HEX #40004A Blackcurrant

📋 copy color: '#40004A'

red 64 ◦ green 0 ◦ blue 74

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

Shades of Blackcurrant #40004A

Tints of Blackcurrant #40004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 53.62%

R = 46.38%
G = 0%
B = 53.62%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40004A (or 0x40004A) is known color: Blackcurrant. HEX triplet: 40, 00 and 4A. RGB value is (64,0,74). Sum of RGB (Red+Green+Blue) = 64+0+74=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #40004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40004A is #BFFFB5. Grayscale: #1B1B1B. Windows color (decimal): -12582838 or 4849728. OLE color: 4849728.

HSL color Cylindrical-coordinate representation of color #40004A: hue angle of 291.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40004A is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 0 74 -
CMYK 0.14 1 0 0.71
HSL 291.89º 1% 0.15% -
HSV(B) 291.89º 1% 0.29% -
XYZ 3.35 1.58 6.61 -
YUV 27.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 64 0 74 0.14 1 0 0.71 291.89 1 0.15
Hex 40 0 4A E 64 0 47 124 64 F
Octal 100 0 112 16 144 0 107 444 144 17
Binary 1000000 0 1001010 1110 1100100 0 1000111 100100100 1100100 1111

Color Harmonies of #40004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40004A

Black with #40004A

Text Example


Text Example

White with #40004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40004A; }

 p { color: rgb(64,0,74); }

 H1.HeaderClassName
 {
   color: #40004A;
 }
 .AnyTagClassName
 {
   color: #40004A;
 }
</style>

background-color css

<style>
 a { background-color: #40004A; }

 a { background-color: rgb(64,0,74); }

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

border-color css

<style>
 span { border-color: #40004A; }

 span { border-color: rgb(64,0,74); }

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