Html Css Color HEX #400B48 Blackcurrant

📋 copy color: '#400B48'

red 64 ◦ green 11 ◦ blue 72

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

Shades of Blackcurrant #400B48

Tints of Blackcurrant #400B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.48%

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

R = 43.54%
G = 7.48%
B = 48.98%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400B48 (or 0x400B48) is known color: Blackcurrant. HEX triplet: 40, 0B and 48. RGB value is (64,11,72). Sum of RGB (Red+Green+Blue) = 64+11+72=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #400B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400B48 is #BFF4B7. Grayscale: #212121. Windows color (decimal): -12580024 or 4721472. OLE color: 4721472.

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

Color convert

RGB 64 11 72 -
CMYK 0.11 0.85 0 0.72
HSL 292.13º 0.73% 0.16% -
HSV(B) 292.13º 0.85% 0.28% -
XYZ 3.4 1.8 6.3 -
YUV 33.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 64 11 72 0.11 0.85 0 0.72 292.13 0.73 0.16
Hex 40 B 48 B 55 0 48 124 49 10
Octal 100 13 110 13 125 0 110 444 111 20
Binary 1000000 1011 1001000 1011 1010101 0 1001000 100100100 1001001 10000

Color Harmonies of #400B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B48

Black with #400B48

Text Example


Text Example

White with #400B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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