#310448

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

Shades of Blackcurrant #310448

Tints of Blackcurrant #310448

Color information

#310448 (or 0x310448) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 48. RGB value is (49,4,72). Sum of RGB (Red+Green+Blue) = 49+4+72=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #310448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310448 is #CEFBB7. Grayscale: #181818. Windows color (decimal): -13564856 or 4719665. OLE color: 4719665.

HSL color Cylindrical-coordinate representation of color #310448: hue angle of 279.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310448 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB49472-
CMYK0.320.9400.72
HSL279.71º89.47%14.9%-
HSV(B)279.71º94.44%28.24%-
XYZ2.481.216.23-
YUV25.21154.41144.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=39.2%
G=3.2%
B=57.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal494720.320.9400.72279.7189.4714.9
Hex31448205E04811859f
Octal61411040136011043013117
Binary110001100100100010000010111100100100010001100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310448; }

 p { color: rgb(49,4,72); }

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

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

 a { background-color: rgb(49,4,72); }

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

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

 span { border-color: rgb(49,4,72); }

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