#310F44

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

Shades of Blackcurrant #310F44

Tints of Blackcurrant #310F44

Color information

#310F44 (or 0x310F44) is unknown color: approx Blackcurrant. HEX triplet: 31, 0F and 44. RGB value is (49,15,68). Sum of RGB (Red+Green+Blue) = 49+15+68=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #310F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F44 is #CEF0BB. Grayscale: #1F1F1F. Windows color (decimal): -13562044 or 4460337. OLE color: 4460337.

HSL color Cylindrical-coordinate representation of color #310F44: hue angle of 278.49º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310F44 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB491568-
CMYK0.280.7800.73
HSL278.49º63.86%16.27%-
HSV(B)278.49º77.94%26.67%-
XYZ2.481.415.61-
YUV31.21148.76140.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 68 (26.95% from 255) = 51.52%
R=37.12%
G=11.36%
B=51.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4915680.280.7800.73278.4963.8616.27
Hex31F441C4E0491164010
Octal611710434116011142610020
Binary1100011111100010011100100111001001001100010110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,15,68); }

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

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

 a { background-color: rgb(49,15,68); }

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

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

 span { border-color: rgb(49,15,68); }

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