#31113E

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

Shades of Blackcurrant #31113E

Tints of Blackcurrant #31113E

Color information

#31113E (or 0x31113E) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 3E. RGB value is (49,17,62). Sum of RGB (Red+Green+Blue) = 49+17+62=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #31113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31113E is #CEEEC1. Grayscale: #1F1F1F. Windows color (decimal): -13561538 or 4067633. OLE color: 4067633.

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

Color convert

RGB491762-
CMYK0.210.7300.76
HSL282.67º56.96%15.49%-
HSV(B)282.67º72.58%24.31%-
XYZ2.341.44.7-
YUV31.7145.1140.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 62 (24.61% from 255) = 48.44%
R=38.28%
G=13.28%
B=48.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4917620.210.7300.76282.6756.9615.49
Hex31113E154904C11b39f
Octal6121762511101144337117
Binary11000110001111110101011001001010011001000110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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