Html Css Color HEX #400347 Blackcurrant

📋 copy color: '#400347'

red 64 ◦ green 3 ◦ blue 71

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

Shades of Blackcurrant #400347

Tints of Blackcurrant #400347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 46.38%
G = 2.17%
B = 51.45%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400347 (or 0x400347) is known color: Blackcurrant. HEX triplet: 40, 03 and 47. RGB value is (64,3,71). Sum of RGB (Red+Green+Blue) = 64+3+71=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #400347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400347 is #BFFCB8. Grayscale: #1C1C1C. Windows color (decimal): -12582073 or 4653888. OLE color: 4653888.

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

Color convert

RGB 64 3 71 -
CMYK 0.10 0.96 0 0.72
HSL 293.82º 0.92% 0.15% -
HSV(B) 293.82º 0.96% 0.28% -
XYZ 3.28 1.61 6.1 -
YUV 28.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 64 3 71 0.10 0.96 0 0.72 293.82 0.92 0.15
Hex 40 3 47 A 60 0 48 126 5C F
Octal 100 3 107 12 140 0 110 446 134 17
Binary 1000000 11 1000111 1010 1100000 0 1001000 100100110 1011100 1111

Color Harmonies of #400347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400347

Black with #400347

Text Example


Text Example

White with #400347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400347; }

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

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

background-color css

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

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

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

border-color css

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

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

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