#271131

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

Shades of Blackcurrant #271131

Tints of Blackcurrant #271131

Color information

#271131 (or 0x271131) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 31. RGB value is (39,17,49). Sum of RGB (Red+Green+Blue) = 39+17+49=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #271131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271131 is #D8EECE. Grayscale: #1B1B1B. Windows color (decimal): -14216911 or 3215655. OLE color: 3215655.

HSL color Cylindrical-coordinate representation of color #271131: hue angle of 281.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271131 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB391749-
CMYK0.200.6500.81
HSL281.25º48.48%12.94%-
HSV(B)281.25º65.31%19.22%-
XYZ1.591.053.03-
YUV27.23140.29136.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=37.14%
G=16.19%
B=46.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3917490.200.6500.81281.2548.4812.94
Hex271131144105111930d
Octal4721612410101214316015
Binary10011110001110001101001000001010100011000110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271131; }

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

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

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

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

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

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

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

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