#271D2E

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

Shades of Blackcurrant #271D2E

Tints of Blackcurrant #271D2E

Color information

#271D2E (or 0x271D2E) is unknown color: approx Blackcurrant. HEX triplet: 27, 1D and 2E. RGB value is (39,29,46). Sum of RGB (Red+Green+Blue) = 39+29+46=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 46 - color contains mainly: blue. Hex color #271D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D2E is #D8E2D1. Grayscale: #212121. Windows color (decimal): -14213842 or 3022119. OLE color: 3022119.

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

Color convert

RGB392946-
CMYK0.150.3700.82
HSL275.29º22.67%14.71%-
HSV(B)275.29º36.96%18.04%-
XYZ1.771.512.78-
YUV33.93134.81131.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=34.21%
G=25.44%
B=40.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3929460.150.3700.82275.2922.6714.71
Hex271D2EF2505211317f
Octal473556174501224232717
Binary10011111101101110111110010101010010100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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