#31124F

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

Shades of Blackcurrant #31124F

Tints of Blackcurrant #31124F

Color information

#31124F (or 0x31124F) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 4F. RGB value is (49,18,79). Sum of RGB (Red+Green+Blue) = 49+18+79=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #31124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31124F is #CEEDB0. Grayscale: #222222. Windows color (decimal): -13561265 or 5182001. OLE color: 5182001.

HSL color Cylindrical-coordinate representation of color #31124F: hue angle of 270.49º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31124F is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB491879-
CMYK0.380.7700.69
HSL270.49º62.89%19.02%-
HSV(B)270.49º77.22%30.98%-
XYZ2.891.657.56-
YUV34.22153.27138.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=33.56%
G=12.33%
B=54.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4918790.380.7700.69270.4962.8919.02
Hex31124F264D04510e3f13
Octal61221174611501054167723
Binary11000110010100111110011010011010100010110000111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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