#31113D

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

Shades of Blackcurrant #31113D

Tints of Blackcurrant #31113D

Color information

#31113D (or 0x31113D) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 3D. RGB value is (49,17,61). Sum of RGB (Red+Green+Blue) = 49+17+61=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #31113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31113D is #CEEEC2. Grayscale: #1F1F1F. Windows color (decimal): -13561539 or 4002097. OLE color: 4002097.

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

Color convert

RGB491761-
CMYK0.200.7200.76
HSL283.64º56.41%15.29%-
HSV(B)283.64º72.13%23.92%-
XYZ2.311.394.56-
YUV31.58144.6140.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 61 (24.22% from 255) = 48.03%
R=38.58%
G=13.39%
B=48.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4917610.200.7200.76283.6456.4115.29
Hex31113D144804C11c38f
Octal6121752411001144347017
Binary11000110001111101101001001000010011001000111001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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