#271141

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

Shades of Blackcurrant #271141

Tints of Blackcurrant #271141

Color information

#271141 (or 0x271141) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 41. RGB value is (39,17,65). Sum of RGB (Red+Green+Blue) = 39+17+65=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #271141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271141 is #D8EEBE. Grayscale: #1C1C1C. Windows color (decimal): -14216895 or 4264231. OLE color: 4264231.

HSL color Cylindrical-coordinate representation of color #271141: hue angle of 267.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #271141 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB391765-
CMYK0.400.7400.75
HSL267.5º58.54%16.08%-
HSV(B)267.5º73.85%25.49%-
XYZ1.991.215.13-
YUV29.05148.29135.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=32.23%
G=14.05%
B=53.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3917650.400.7400.75267.558.5416.08
Hex271141284A04B10c3b10
Octal47211015011201134147320
Binary10011110001100000110100010010100100101110000110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271141; }

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

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

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

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

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

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

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

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