#271132

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

Shades of Blackcurrant #271132

Tints of Blackcurrant #271132

Color information

#271132 (or 0x271132) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 32. RGB value is (39,17,50). Sum of RGB (Red+Green+Blue) = 39+17+50=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #271132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271132 is #D8EECD. Grayscale: #1B1B1B. Windows color (decimal): -14216910 or 3281191. OLE color: 3281191.

HSL color Cylindrical-coordinate representation of color #271132: hue angle of 280º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271132 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB391750-
CMYK0.220.6600.80
HSL280º49.25%13.14%-
HSV(B)280º66%19.61%-
XYZ1.611.063.14-
YUV27.34140.79136.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=36.79%
G=16.04%
B=47.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3917500.220.6600.8028049.2513.14
Hex271132164205011831d
Octal4721622610201204306115
Binary10011110001110010101101000010010100001000110001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271132; }

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

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

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

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

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

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

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

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