Html Css Color HEX #400147 Blackcurrant

📋 copy color: '#400147'

red 64 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #400147

Tints of Blackcurrant #400147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 71 (28.13% from 255) = 52.21%

R = 47.06%
G = 0.74%
B = 52.21%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400147 (or 0x400147) is known color: Blackcurrant. HEX triplet: 40, 01 and 47. RGB value is (64,1,71). Sum of RGB (Red+Green+Blue) = 64+1+71=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #400147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400147 is #BFFEB8. Grayscale: #1B1B1B. Windows color (decimal): -12582585 or 4653376. OLE color: 4653376.

HSL color Cylindrical-coordinate representation of color #400147: hue angle of 294º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400147 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 1 71 -
CMYK 0.10 0.99 0 0.72
HSL 294º 0.97% 0.14% -
HSV(B) 294º 0.99% 0.28% -
XYZ 3.26 1.57 6.09 -
YUV 27.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 64 1 71 0.10 0.99 0 0.72 294 0.97 0.14
Hex 40 1 47 A 63 0 48 126 61 E
Octal 100 1 107 12 143 0 110 446 141 16
Binary 1000000 1 1000111 1010 1100011 0 1001000 100100110 1100001 1110

Color Harmonies of #400147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400147

Black with #400147

Text Example


Text Example

White with #400147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400147; }

 p { color: rgb(64,1,71); }

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

background-color css

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

 a { background-color: rgb(64,1,71); }

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

border-color css

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

 span { border-color: rgb(64,1,71); }

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