#311243

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

Shades of Blackcurrant #311243

Tints of Blackcurrant #311243

Color information

#311243 (or 0x311243) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 43. RGB value is (49,18,67). Sum of RGB (Red+Green+Blue) = 49+18+67=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #311243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311243 is #CEEDBC. Grayscale: #202020. Windows color (decimal): -13561277 or 4395569. OLE color: 4395569.

HSL color Cylindrical-coordinate representation of color #311243: hue angle of 277.96º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311243 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB491867-
CMYK0.270.7300.74
HSL277.96º57.65%16.67%-
HSV(B)277.96º73.13%26.27%-
XYZ2.51.495.47-
YUV32.85147.27139.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 67 (26.56% from 255) = 50%
R=36.57%
G=13.43%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4918670.270.7300.74277.9657.6516.67
Hex3112431B4904A1163a11
Octal61221033311101124267221
Binary1100011001010000111101110010010100101010001011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311243; }

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

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

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

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

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

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

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

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