#271B2F

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

Shades of Blackcurrant #271B2F

Tints of Blackcurrant #271B2F

Color information

#271B2F (or 0x271B2F) is unknown color: approx Blackcurrant. HEX triplet: 27, 1B and 2F. RGB value is (39,27,47). Sum of RGB (Red+Green+Blue) = 39+27+47=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #271B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B2F is #D8E4D0. Grayscale: #202020. Windows color (decimal): -14214353 or 3087143. OLE color: 3087143.

HSL color Cylindrical-coordinate representation of color #271B2F: hue angle of 276º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #271B2F is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB392747-
CMYK0.170.4300.82
HSL276º27.03%14.51%-
HSV(B)276º42.55%18.43%-
XYZ1.741.422.87-
YUV32.87135.98132.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=34.51%
G=23.89%
B=41.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3927470.170.4300.8227627.0314.51
Hex271B2F112B0521141bf
Octal473357215301224243317
Binary100111110111011111000110101101010010100010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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