#271140

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

Shades of Blackcurrant #271140

Tints of Blackcurrant #271140

Color information

#271140 (or 0x271140) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 40. RGB value is (39,17,64). Sum of RGB (Red+Green+Blue) = 39+17+64=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #271140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271140 is #D8EEBF. Grayscale: #1C1C1C. Windows color (decimal): -14216896 or 4198695. OLE color: 4198695.

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

Color convert

RGB391764-
CMYK0.390.7300.75
HSL268.09º58.02%15.88%-
HSV(B)268.09º73.44%25.1%-
XYZ1.961.24.98-
YUV28.94147.79135.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=32.5%
G=14.17%
B=53.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3917640.390.7300.75268.0958.0215.88
Hex271140274904B10c3a10
Octal47211004711101134147220
Binary10011110001100000010011110010010100101110000110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271140; }

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

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

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

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

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

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

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

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