Html Css Color HEX #400356 Blackcurrant

📋 copy color: '#400356'

red 64 ◦ green 3 ◦ blue 86

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

Shades of Blackcurrant #400356

Tints of Blackcurrant #400356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.21%

R = 41.83%
G = 1.96%
B = 56.21%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#400356 (or 0x400356) is known color: Blackcurrant. HEX triplet: 40, 03 and 56. RGB value is (64,3,86). Sum of RGB (Red+Green+Blue) = 64+3+86=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #400356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400356 is #BFFCA9. Grayscale: #1E1E1E. Windows color (decimal): -12582058 or 5636928. OLE color: 5636928.

HSL color Cylindrical-coordinate representation of color #400356: hue angle of 284.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400356 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 3 86 -
CMYK 0.26 0.97 0 0.66
HSL 284.1º 0.93% 0.17% -
HSV(B) 284.1º 0.97% 0.34% -
XYZ 3.83 1.83 8.96 -
YUV 30.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 64 3 86 0.26 0.97 0 0.66 284.1 0.93 0.17
Hex 40 3 56 1A 61 0 42 11C 5D 11
Octal 100 3 126 32 141 0 102 434 135 21
Binary 1000000 11 1010110 11010 1100001 0 1000010 100011100 1011101 10001

Color Harmonies of #400356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400356

Black with #400356

Text Example


Text Example

White with #400356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400356; }

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

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

background-color css

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

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

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

border-color css

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

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

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