#271332

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

Shades of Blackcurrant #271332

Tints of Blackcurrant #271332

Color information

#271332 (or 0x271332) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 32. RGB value is (39,19,50). Sum of RGB (Red+Green+Blue) = 39+19+50=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #271332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271332 is #D8ECCD. Grayscale: #1C1C1C. Windows color (decimal): -14216398 or 3281703. OLE color: 3281703.

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

Color convert

RGB391950-
CMYK0.220.6200.80
HSL278.71º44.93%13.53%-
HSV(B)278.71º62%19.61%-
XYZ1.651.133.15-
YUV28.51140.13135.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=36.11%
G=17.59%
B=46.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3919500.220.6200.80278.7144.9313.53
Hex271332163E0501172de
Octal472362267601204275516
Binary1001111001111001010110111110010100001000101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271332; }

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

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

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

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

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

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

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

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