#310737

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

Shades of Blackcurrant #310737

Tints of Blackcurrant #310737

Color information

#310737 (or 0x310737) is unknown color: approx Blackcurrant. HEX triplet: 31, 07 and 37. RGB value is (49,7,55). Sum of RGB (Red+Green+Blue) = 49+7+55=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #310737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310737 is #CEF8C8. Grayscale: #181818. Windows color (decimal): -13564105 or 3606321. OLE color: 3606321.

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

Color convert

RGB49755-
CMYK0.110.8700.78
HSL292.5º77.42%12.16%-
HSV(B)292.5º87.27%21.57%-
XYZ2.031.083.72-
YUV25.03144.91145.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 55 (21.88% from 255) = 49.55%
R=44.14%
G=6.31%
B=49.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal497550.110.8700.78292.577.4212.16
Hex31737B5704E1244dc
Octal6176713127011644411514
Binary110001111110111101110101110100111010010010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310737; }

 p { color: rgb(49,7,55); }

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

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

 a { background-color: rgb(49,7,55); }

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

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

 span { border-color: rgb(49,7,55); }

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