#271534

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

Shades of Blackcurrant #271534

Tints of Blackcurrant #271534

Color information

#271534 (or 0x271534) is unknown color: approx Blackcurrant. HEX triplet: 27, 15 and 34. RGB value is (39,21,52). Sum of RGB (Red+Green+Blue) = 39+21+52=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #271534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271534 is #D8EACB. Grayscale: #1D1D1D. Windows color (decimal): -14215884 or 3413287. OLE color: 3413287.

HSL color Cylindrical-coordinate representation of color #271534: hue angle of 274.84º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #271534 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB392152-
CMYK0.250.6000.80
HSL274.84º42.47%14.31%-
HSV(B)274.84º59.62%20.39%-
XYZ1.721.223.39-
YUV29.92140.46134.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=34.82%
G=18.75%
B=46.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3921520.250.6000.80274.8442.4714.31
Hex271534193C0501132ae
Octal472564317401204235216
Binary1001111010111010011001111100010100001000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271534; }

 p { color: rgb(39,21,52); }

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

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

 a { background-color: rgb(39,21,52); }

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

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

 span { border-color: rgb(39,21,52); }

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