#31273B

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

Shades of Blackcurrant #31273B

Tints of Blackcurrant #31273B

Color information

#31273B (or 0x31273B) is unknown color: approx Blackcurrant. HEX triplet: 31, 27 and 3B. RGB value is (49,39,59). Sum of RGB (Red+Green+Blue) = 49+39+59=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #31273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31273B is #CED8C4. Grayscale: #2C2C2C. Windows color (decimal): -13555909 or 3876657. OLE color: 3876657.

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

Color convert

RGB493959-
CMYK0.170.3400.77
HSL270º20.41%19.22%-
HSV(B)270º33.9%23.14%-
XYZ2.782.424.46-
YUV44.27136.31131.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=33.33%
G=26.53%
B=40.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4939590.170.3400.7727020.4119.22
Hex31273B112204D10e1413
Octal614773214201154162423
Binary11000110011111101110001100010010011011000011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31273B; }

 p { color: rgb(49,39,59); }

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

<style>
 a { background-color: #31273B; }

 a { background-color: rgb(49,39,59); }

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

<style>
 span { border-color: #31273B; }

 span { border-color: rgb(49,39,59); }

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