#310837

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

Shades of Blackcurrant #310837

Tints of Blackcurrant #310837

Color information

#310837 (or 0x310837) is unknown color: approx Blackcurrant. HEX triplet: 31, 08 and 37. RGB value is (49,8,55). Sum of RGB (Red+Green+Blue) = 49+8+55=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #310837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310837 is #CEF7C8. Grayscale: #191919. Windows color (decimal): -13563849 or 3606577. OLE color: 3606577.

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

Color convert

RGB49855-
CMYK0.110.8500.78
HSL292.34º74.6%12.35%-
HSV(B)292.34º85.45%21.57%-
XYZ2.041.13.72-
YUV25.62144.58144.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 55 (21.88% from 255) = 49.11%
R=43.75%
G=7.14%
B=49.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal498550.110.8500.78292.3474.612.35
Hex31837B5504E1244bc
Octal61106713125011644411314
Binary1100011000110111101110101010100111010010010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310837; }

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

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

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

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

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

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

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

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