#31133A

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

Shades of Blackcurrant #31133A

Tints of Blackcurrant #31133A

Color information

#31133A (or 0x31133A) is unknown color: approx Blackcurrant. HEX triplet: 31, 13 and 3A. RGB value is (49,19,58). Sum of RGB (Red+Green+Blue) = 49+19+58=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #31133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31133A is #CEECC5. Grayscale: #202020. Windows color (decimal): -13561030 or 3806001. OLE color: 3806001.

HSL color Cylindrical-coordinate representation of color #31133A: hue angle of 286.15º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31133A is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB491958-
CMYK0.160.6700.77
HSL286.15º50.65%15.1%-
HSV(B)286.15º67.24%22.75%-
XYZ2.261.424.16-
YUV32.42142.44139.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=38.89%
G=15.08%
B=46.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4919580.160.6700.77286.1550.6515.1
Hex31133A104304D11e33f
Octal6123722010301154366317
Binary11000110011111010100001000011010011011000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31133A; }

 p { color: rgb(49,19,58); }

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

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

 a { background-color: rgb(49,19,58); }

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

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

 span { border-color: rgb(49,19,58); }

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