#310138

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

Shades of Blackcurrant #310138

Tints of Blackcurrant #310138

Color information

#310138 (or 0x310138) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 38. RGB value is (49,1,56). Sum of RGB (Red+Green+Blue) = 49+1+56=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #310138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310138 is #CEFEC7. Grayscale: #151515. Windows color (decimal): -13565640 or 3670321. OLE color: 3670321.

HSL color Cylindrical-coordinate representation of color #310138: hue angle of 292.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310138 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB49156-
CMYK0.120.9800.78
HSL292.36º96.49%11.18%-
HSV(B)292.36º98.21%21.96%-
XYZ1.990.963.82-
YUV21.62147.4147.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 56 (22.27% from 255) = 52.83%
R=46.23%
G=0.94%
B=52.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal491560.120.9800.78292.3696.4911.18
Hex31138C6204E12460b
Octal6117014142011644414013
Binary1100011111000110011000100100111010010010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310138; }

 p { color: rgb(49,1,56); }

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

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

 a { background-color: rgb(49,1,56); }

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

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

 span { border-color: rgb(49,1,56); }

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