#271D32

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

Shades of Blackcurrant #271D32

Tints of Blackcurrant #271D32

Color information

#271D32 (or 0x271D32) is unknown color: approx Blackcurrant. HEX triplet: 27, 1D and 32. RGB value is (39,29,50). Sum of RGB (Red+Green+Blue) = 39+29+50=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #271D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D32 is #D8E2CD. Grayscale: #222222. Windows color (decimal): -14213838 or 3284263. OLE color: 3284263.

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

Color convert

RGB392950-
CMYK0.220.4200.80
HSL268.57º26.58%15.49%-
HSV(B)268.57º42%19.61%-
XYZ1.851.543.22-
YUV34.38136.81131.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=33.05%
G=24.58%
B=42.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3929500.220.4200.80268.5726.5815.49
Hex271D32162A05010d1bf
Octal473562265201204153317
Binary100111111011100101011010101001010000100001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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