#271B32

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

Shades of Blackcurrant #271B32

Tints of Blackcurrant #271B32

Color information

#271B32 (or 0x271B32) is unknown color: approx Blackcurrant. HEX triplet: 27, 1B and 32. RGB value is (39,27,50). Sum of RGB (Red+Green+Blue) = 39+27+50=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #271B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B32 is #D8E4CD. Grayscale: #212121. Windows color (decimal): -14214350 or 3283751. OLE color: 3283751.

HSL color Cylindrical-coordinate representation of color #271B32: hue angle of 271.3º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271B32 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB392750-
CMYK0.220.4600.80
HSL271.3º29.87%15.1%-
HSV(B)271.3º46%19.61%-
XYZ1.81.453.2-
YUV33.21137.48132.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=33.62%
G=23.28%
B=43.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3927500.220.4600.80271.329.8715.1
Hex271B32162E05010f1ef
Octal473362265601204173617
Binary100111110111100101011010111001010000100001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271B32; }

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

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

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

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

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

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

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

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