#271F2A

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

Shades of Blackcurrant #271F2A

Tints of Blackcurrant #271F2A

Color information

#271F2A (or 0x271F2A) is unknown color: approx Blackcurrant. HEX triplet: 27, 1F and 2A. RGB value is (39,31,42). Sum of RGB (Red+Green+Blue) = 39+31+42=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #271F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F2A is #D8E0D5. Grayscale: #222222. Windows color (decimal): -14213334 or 2760487. OLE color: 2760487.

HSL color Cylindrical-coordinate representation of color #271F2A: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #271F2A is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB393142-
CMYK0.070.2600.84
HSL283.64º15.07%14.31%-
HSV(B)283.64º26.19%16.47%-
XYZ1.741.582.4-
YUV34.65132.15131.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=34.82%
G=27.68%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3931420.070.2600.84283.6415.0714.31
Hex271F2A71A05411cfe
Octal47375273201244341716
Binary10011111111101010111110100101010010001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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