Html Css Color HEX #400F4D Blackcurrant

📋 copy color: '#400F4D'

red 64 ◦ green 15 ◦ blue 77

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

Shades of Blackcurrant #400F4D

Tints of Blackcurrant #400F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

 BLUE value IS 77 (30.47% from 255) = 49.36%

R = 41.03%
G = 9.62%
B = 49.36%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#400F4D (or 0x400F4D) is known color: Blackcurrant. HEX triplet: 40, 0F and 4D. RGB value is (64,15,77). Sum of RGB (Red+Green+Blue) = 64+15+77=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #400F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F4D is #BFF0B2. Grayscale: #242424. Windows color (decimal): -12578995 or 5050176. OLE color: 5050176.

HSL color Cylindrical-coordinate representation of color #400F4D: hue angle of 287.42º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400F4D is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 15 77 -
CMYK 0.17 0.81 0 0.70
HSL 287.42º 0.67% 0.18% -
HSV(B) 287.42º 0.81% 0.3% -
XYZ 3.62 1.97 7.21 -
YUV 36.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 64 15 77 0.17 0.81 0 0.70 287.42 0.67 0.18
Hex 40 F 4D 11 51 0 46 11F 43 12
Octal 100 17 115 21 121 0 106 437 103 22
Binary 1000000 1111 1001101 10001 1010001 0 1000110 100011111 1000011 10010

Color Harmonies of #400F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F4D

Black with #400F4D

Text Example


Text Example

White with #400F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400F4D; }

 p { color: rgb(64,15,77); }

 H1.HeaderClassName
 {
   color: #400F4D;
 }
 .AnyTagClassName
 {
   color: #400F4D;
 }
</style>

background-color css

<style>
 a { background-color: #400F4D; }

 a { background-color: rgb(64,15,77); }

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

border-color css

<style>
 span { border-color: #400F4D; }

 span { border-color: rgb(64,15,77); }

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