#271A2F

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

Shades of Blackcurrant #271A2F

Tints of Blackcurrant #271A2F

Color information

#271A2F (or 0x271A2F) is unknown color: approx Blackcurrant. HEX triplet: 27, 1A and 2F. RGB value is (39,26,47). Sum of RGB (Red+Green+Blue) = 39+26+47=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #271A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A2F is #D8E5D0. Grayscale: #202020. Windows color (decimal): -14214609 or 3086887. OLE color: 3086887.

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

Color convert

RGB392647-
CMYK0.170.4500.82
HSL277.14º28.77%14.31%-
HSV(B)277.14º44.68%18.43%-
XYZ1.721.382.86-
YUV32.28136.31132.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=34.82%
G=23.21%
B=41.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3926470.170.4500.82277.1428.7714.31
Hex271A2F112D0521151de
Octal473257215501224253516
Binary100111110101011111000110110101010010100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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