#31163D

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

Shades of Blackcurrant #31163D

Tints of Blackcurrant #31163D

Color information

#31163D (or 0x31163D) is unknown color: approx Blackcurrant. HEX triplet: 31, 16 and 3D. RGB value is (49,22,61). Sum of RGB (Red+Green+Blue) = 49+22+61=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #31163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31163D is #CEE9C2. Grayscale: #222222. Windows color (decimal): -13560259 or 4003377. OLE color: 4003377.

HSL color Cylindrical-coordinate representation of color #31163D: hue angle of 281.54º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31163D is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB492261-
CMYK0.200.6400.76
HSL281.54º46.99%16.27%-
HSV(B)281.54º63.93%23.92%-
XYZ2.41.564.59-
YUV34.52142.95138.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=37.12%
G=16.67%
B=46.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4922610.200.6400.76281.5446.9916.27
Hex31163D144004C11a2f10
Octal6126752410001144325720
Binary110001101101111011010010000000100110010001101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31163D; }

 p { color: rgb(49,22,61); }

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

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

 a { background-color: rgb(49,22,61); }

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

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

 span { border-color: rgb(49,22,61); }

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