Html Css Color HEX #400351 Blackcurrant

📋 copy color: '#400351'

red 64 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #400351

Tints of Blackcurrant #400351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.73%

R = 43.24%
G = 2.03%
B = 54.73%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#400351 (or 0x400351) is known color: Blackcurrant. HEX triplet: 40, 03 and 51. RGB value is (64,3,81). Sum of RGB (Red+Green+Blue) = 64+3+81=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #400351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400351 is #BFFCAE. Grayscale: #1D1D1D. Windows color (decimal): -12582063 or 5309248. OLE color: 5309248.

HSL color Cylindrical-coordinate representation of color #400351: hue angle of 286.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400351 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 3 81 -
CMYK 0.21 0.96 0 0.68
HSL 286.92º 0.93% 0.16% -
HSV(B) 286.92º 0.96% 0.32% -
XYZ 3.63 1.75 7.93 -
YUV 30.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 64 3 81 0.21 0.96 0 0.68 286.92 0.93 0.16
Hex 40 3 51 15 60 0 44 11F 5D 10
Octal 100 3 121 25 140 0 104 437 135 20
Binary 1000000 11 1010001 10101 1100000 0 1000100 100011111 1011101 10000

Color Harmonies of #400351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400351

Black with #400351

Text Example


Text Example

White with #400351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400351; }

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

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

background-color css

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

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

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

border-color css

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

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

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