#31213A

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

Shades of Blackcurrant #31213A

Tints of Blackcurrant #31213A

Color information

#31213A (or 0x31213A) is unknown color: approx Blackcurrant. HEX triplet: 31, 21 and 3A. RGB value is (49,33,58). Sum of RGB (Red+Green+Blue) = 49+33+58=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #31213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31213A is #CEDEC5. Grayscale: #282828. Windows color (decimal): -13557446 or 3809585. OLE color: 3809585.

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

Color convert

RGB493358-
CMYK0.160.4300.77
HSL278.4º27.47%17.84%-
HSV(B)278.4º43.1%22.75%-
XYZ2.572.054.26-
YUV40.63137.8133.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=35%
G=23.57%
B=41.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4933580.160.4300.77278.427.4717.84
Hex31213A102B04D1161b12
Octal614172205301154263322
Binary11000110000111101010000101011010011011000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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