#311245

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

Shades of Blackcurrant #311245

Tints of Blackcurrant #311245

Color information

#311245 (or 0x311245) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 45. RGB value is (49,18,69). Sum of RGB (Red+Green+Blue) = 49+18+69=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #311245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311245 is #CEEDBA. Grayscale: #202020. Windows color (decimal): -13561275 or 4526641. OLE color: 4526641.

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

Color convert

RGB491869-
CMYK0.290.7400.73
HSL276.47º58.62%17.06%-
HSV(B)276.47º73.91%27.06%-
XYZ2.561.525.79-
YUV33.08148.27139.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 69 (27.34% from 255) = 50.74%
R=36.03%
G=13.24%
B=50.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4918690.290.7400.73276.4758.6217.06
Hex3112451D4A0491143b11
Octal61221053511201114247321
Binary1100011001010001011110110010100100100110001010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311245; }

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

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

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

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

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

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

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

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