#31283A

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

Shades of Blackcurrant #31283A

Tints of Blackcurrant #31283A

Color information

#31283A (or 0x31283A) is unknown color: approx Blackcurrant. HEX triplet: 31, 28 and 3A. RGB value is (49,40,58). Sum of RGB (Red+Green+Blue) = 49+40+58=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #31283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31283A is #CED7C5. Grayscale: #2C2C2C. Windows color (decimal): -13555654 or 3811377. OLE color: 3811377.

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

Color convert

RGB494058-
CMYK0.160.3100.77
HSL270º18.37%19.22%-
HSV(B)270º31.03%22.75%-
XYZ2.792.484.33-
YUV44.74135.48131.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=33.33%
G=27.21%
B=39.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4940580.160.3100.7727018.3719.22
Hex31283A101F04D10e1213
Octal615072203701154162223
Binary1100011010001110101000011111010011011000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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