#31124D

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

Shades of Blackcurrant #31124D

Tints of Blackcurrant #31124D

Color information

#31124D (or 0x31124D) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 4D. RGB value is (49,18,77). Sum of RGB (Red+Green+Blue) = 49+18+77=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #31124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31124D is #CEEDB2. Grayscale: #212121. Windows color (decimal): -13561267 or 5050929. OLE color: 5050929.

HSL color Cylindrical-coordinate representation of color #31124D: hue angle of 271.53º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31124D is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB491877-
CMYK0.360.7700.70
HSL271.53º62.11%18.63%-
HSV(B)271.53º76.62%30.2%-
XYZ2.821.627.19-
YUV33.99152.27138.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=34.03%
G=12.5%
B=53.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4918770.360.7700.70271.5362.1118.63
Hex31124D244D0461103e13
Octal61221154411501064207623
Binary11000110010100110110010010011010100011010001000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31124D; }

 p { color: rgb(49,18,77); }

 H1.HeaderClassName
 {
   color: #31124D;
 }
 .AnyTagClassName
 {
   color: #31124D;
 }
</style>
background-color css

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

 a { background-color: rgb(49,18,77); }

 div.DivClassName
 {
   background-color: #31124D;
 }
 .BgClassName
 {
   background-color: #31124D;
 }
</style>
border-color css

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

 span { border-color: rgb(49,18,77); }

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