Html Css Color HEX #400D53 Blackcurrant

📋 copy color: '#400D53'

red 64 ◦ green 13 ◦ blue 83

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

Shades of Blackcurrant #400D53

Tints of Blackcurrant #400D53

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.13%

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 40%
G = 8.13%
B = 51.88%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400D53 (or 0x400D53) is known color: Blackcurrant. HEX triplet: 40, 0D and 53. RGB value is (64,13,83). Sum of RGB (Red+Green+Blue) = 64+13+83=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #400D53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D53 is #BFF2AC. Grayscale: #242424. Windows color (decimal): -12579501 or 5442880. OLE color: 5442880.

HSL color Cylindrical-coordinate representation of color #400D53: hue angle of 283.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400D53 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 13 83 -
CMYK 0.23 0.84 0 0.67
HSL 283.71º 0.73% 0.19% -
HSV(B) 283.71º 0.84% 0.33% -
XYZ 3.82 2 8.37 -
YUV 36.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 64 13 83 0.23 0.84 0 0.67 283.71 0.73 0.19
Hex 40 D 53 17 54 0 43 11C 49 13
Octal 100 15 123 27 124 0 103 434 111 23
Binary 1000000 1101 1010011 10111 1010100 0 1000011 100011100 1001001 10011

Color Harmonies of #400D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D53

Black with #400D53

Text Example


Text Example

White with #400D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D53; }

 p { color: rgb(64,13,83); }

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

background-color css

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

 a { background-color: rgb(64,13,83); }

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

border-color css

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

 span { border-color: rgb(64,13,83); }

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