#271F2E

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

Shades of Blackcurrant #271F2E

Tints of Blackcurrant #271F2E

Color information

#271F2E (or 0x271F2E) is unknown color: approx Blackcurrant. HEX triplet: 27, 1F and 2E. RGB value is (39,31,46). Sum of RGB (Red+Green+Blue) = 39+31+46=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 46 - color contains mainly: blue. Hex color #271F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F2E is #D8E0D1. Grayscale: #232323. Windows color (decimal): -14213330 or 3022631. OLE color: 3022631.

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

Color convert

RGB393146-
CMYK0.150.3300.82
HSL272º19.48%15.1%-
HSV(B)272º32.61%18.04%-
XYZ1.821.612.8-
YUV35.1134.15130.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=33.62%
G=26.72%
B=39.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3931460.150.3300.8227219.4815.1
Hex271F2EF2105211013f
Octal473756174101224202317
Binary10011111111101110111110000101010010100010000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,31,46); }

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

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

 a { background-color: rgb(39,31,46); }

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

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

 span { border-color: rgb(39,31,46); }

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