#31003A

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

Shades of Blackcurrant #31003A

Tints of Blackcurrant #31003A

Color information

#31003A (or 0x31003A) is unknown color: approx Blackcurrant. HEX triplet: 31, 00 and 3A. RGB value is (49,0,58). Sum of RGB (Red+Green+Blue) = 49+0+58=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #31003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31003A is #CEFFC5. Grayscale: #151515. Windows color (decimal): -13565894 or 3801137. OLE color: 3801137.

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

Color convert

RGB49058-
CMYK0.16100.77
HSL290.69º100%11.37%-
HSV(B)290.69º100%22.75%-
XYZ2.030.964.08-
YUV21.26148.73147.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 54.21%
R=45.79%
G=0%
B=54.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal490580.16100.77290.6910011.37
Hex3103A106404D12364b
Octal6107220144011544314413
Binary11000101110101000011001000100110110010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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