#271931

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

Shades of Blackcurrant #271931

Tints of Blackcurrant #271931

Color information

#271931 (or 0x271931) is unknown color: approx Blackcurrant. HEX triplet: 27, 19 and 31. RGB value is (39,25,49). Sum of RGB (Red+Green+Blue) = 39+25+49=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #271931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271931 is #D8E6CE. Grayscale: #1F1F1F. Windows color (decimal): -14214863 or 3217703. OLE color: 3217703.

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

Color convert

RGB392549-
CMYK0.200.4900.81
HSL275º32.43%14.51%-
HSV(B)275º48.98%19.22%-
XYZ1.741.353.07-
YUV31.92137.64133.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=34.51%
G=22.12%
B=43.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3925490.200.4900.8127532.4314.51
Hex271931143105111320f
Octal473161246101214234017
Binary1001111100111000110100110001010100011000100111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271931; }

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

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

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

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

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

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

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

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