#271A2E

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

Shades of Blackcurrant #271A2E

Tints of Blackcurrant #271A2E

Color information

#271A2E (or 0x271A2E) is unknown color: approx Blackcurrant. HEX triplet: 27, 1A and 2E. RGB value is (39,26,46). Sum of RGB (Red+Green+Blue) = 39+26+46=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #271A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A2E is #D8E5D1. Grayscale: #202020. Windows color (decimal): -14214610 or 3021351. OLE color: 3021351.

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

Color convert

RGB392646-
CMYK0.150.4300.82
HSL279º27.78%14.12%-
HSV(B)279º43.48%18.04%-
XYZ1.71.372.76-
YUV32.17135.81132.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=35.14%
G=23.42%
B=41.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3926460.150.4300.8227927.7814.12
Hex271A2EF2B0521171ce
Octal473256175301224273416
Binary10011111010101110111110101101010010100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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