#310C51

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

Shades of Blackcurrant #310C51

Tints of Blackcurrant #310C51

Color information

#310C51 (or 0x310C51) is unknown color: approx Blackcurrant. HEX triplet: 31, 0C and 51. RGB value is (49,12,81). Sum of RGB (Red+Green+Blue) = 49+12+81=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #310C51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C51 is #CEF3AE. Grayscale: #1E1E1E. Windows color (decimal): -13562799 or 5311537. OLE color: 5311537.

HSL color Cylindrical-coordinate representation of color #310C51: hue angle of 272.17º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #310C51 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB491281-
CMYK0.400.8500.68
HSL272.17º74.19%18.24%-
HSV(B)272.17º85.19%31.76%-
XYZ2.881.517.92-
YUV30.93156.26140.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 12 (5.08% from 255) = 8.45%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=34.51%
G=8.45%
B=57.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4912810.400.8500.68272.1774.1918.24
Hex31C5128550441104a12
Octal611412150125010442011222
Binary11000111001010001101000101010101000100100010000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C51; }

 p { color: rgb(49,12,81); }

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

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

 a { background-color: rgb(49,12,81); }

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

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

 span { border-color: rgb(49,12,81); }

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