Html Css Color HEX #400547 Blackcurrant

📋 copy color: '#400547'

red 64 ◦ green 5 ◦ blue 71

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

Shades of Blackcurrant #400547

Tints of Blackcurrant #400547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 45.71%
G = 3.57%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400547 (or 0x400547) is known color: Blackcurrant. HEX triplet: 40, 05 and 47. RGB value is (64,5,71). Sum of RGB (Red+Green+Blue) = 64+5+71=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #400547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400547 is #BFFAB8. Grayscale: #1D1D1D. Windows color (decimal): -12581561 or 4654400. OLE color: 4654400.

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

Color convert

RGB 64 5 71 -
CMYK 0.10 0.93 0 0.72
HSL 293.64º 0.87% 0.15% -
HSV(B) 293.64º 0.93% 0.28% -
XYZ 3.31 1.65 6.11 -
YUV 30.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 64 5 71 0.10 0.93 0 0.72 293.64 0.87 0.15
Hex 40 5 47 A 5D 0 48 126 57 F
Octal 100 5 107 12 135 0 110 446 127 17
Binary 1000000 101 1000111 1010 1011101 0 1001000 100100110 1010111 1111

Color Harmonies of #400547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400547

Black with #400547

Text Example


Text Example

White with #400547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400547; }

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

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

background-color css

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

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

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

border-color css

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

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

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