#400B48

Color #400B48 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #400B48

Tints of Blackcurrant #400B48

Color information

#400B48 (or 0x400B48) is unknown color: approx 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

RGB641172-
CMYK0.110.8500.72
HSL292.13º73.49%16.27%-
HSV(B)292.13º84.72%28.24%-
XYZ3.41.86.3-
YUV33.8149.56149.54-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6411720.110.8500.72292.1373.4916.27
Hex40B48B550481244910
Octal1001311013125011044411120
Binary1000000101110010001011101010101001000100100100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>