#271431

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

Shades of Blackcurrant #271431

Tints of Blackcurrant #271431

Color information

#271431 (or 0x271431) is unknown color: approx Blackcurrant. HEX triplet: 27, 14 and 31. RGB value is (39,20,49). Sum of RGB (Red+Green+Blue) = 39+20+49=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #271431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271431 is #D8EBCE. Grayscale: #1C1C1C. Windows color (decimal): -14216143 or 3216423. OLE color: 3216423.

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

Color convert

RGB392049-
CMYK0.200.5900.81
HSL279.31º42.03%13.53%-
HSV(B)279.31º59.18%19.22%-
XYZ1.641.153.04-
YUV28.99139.29135.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=36.11%
G=18.52%
B=45.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3920490.200.5900.81279.3142.0313.53
Hex271431143B0511172ae
Octal472461247301214275216
Binary1001111010011000110100111011010100011000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271431; }

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

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

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

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

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

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

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

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