Html Css Color HEX #400A48 Blackcurrant

📋 copy color: '#400A48'

red 64 ◦ green 10 ◦ blue 72

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

Shades of Blackcurrant #400A48

Tints of Blackcurrant #400A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.85%

 BLUE value IS 72 (28.52% from 255) = 49.32%

R = 43.84%
G = 6.85%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400A48 (or 0x400A48) is known color: Blackcurrant. HEX triplet: 40, 0A and 48. RGB value is (64,10,72). Sum of RGB (Red+Green+Blue) = 64+10+72=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #400A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A48 is #BFF5B7. Grayscale: #212121. Windows color (decimal): -12580280 or 4721216. OLE color: 4721216.

HSL color Cylindrical-coordinate representation of color #400A48: hue angle of 292.26º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400A48 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 10 72 -
CMYK 0.11 0.86 0 0.72
HSL 292.26º 0.76% 0.16% -
HSV(B) 292.26º 0.86% 0.28% -
XYZ 3.39 1.77 6.29 -
YUV 33.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 64 10 72 0.11 0.86 0 0.72 292.26 0.76 0.16
Hex 40 A 48 B 56 0 48 124 4C 10
Octal 100 12 110 13 126 0 110 444 114 20
Binary 1000000 1010 1001000 1011 1010110 0 1001000 100100100 1001100 10000

Color Harmonies of #400A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A48

Black with #400A48

Text Example


Text Example

White with #400A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,10,72); }

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

background-color css

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

 a { background-color: rgb(64,10,72); }

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

border-color css

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

 span { border-color: rgb(64,10,72); }

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