#310248

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

Shades of Blackcurrant #310248

Tints of Blackcurrant #310248

Color information

#310248 (or 0x310248) is unknown color: approx Blackcurrant. HEX triplet: 31, 02 and 48. RGB value is (49,2,72). Sum of RGB (Red+Green+Blue) = 49+2+72=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #310248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310248 is #CEFDB7. Grayscale: #171717. Windows color (decimal): -13565368 or 4719153. OLE color: 4719153.

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

Color convert

RGB49272-
CMYK0.320.9700.72
HSL280.29º94.59%14.51%-
HSV(B)280.29º97.22%28.24%-
XYZ2.461.166.23-
YUV24.03155.07145.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=39.84%
G=1.63%
B=58.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal492720.320.9700.72280.2994.5914.51
Hex3124820610481185ff
Octal61211040141011043013717
Binary11000110100100010000011000010100100010001100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310248; }

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

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

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

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

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

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

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

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