#271D2D

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

Shades of Blackcurrant #271D2D

Tints of Blackcurrant #271D2D

Color information

#271D2D (or 0x271D2D) is unknown color: approx Blackcurrant. HEX triplet: 27, 1D and 2D. RGB value is (39,29,45). Sum of RGB (Red+Green+Blue) = 39+29+45=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 45 - color contains mainly: blue. Hex color #271D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D2D is #D8E2D2. Grayscale: #212121. Windows color (decimal): -14213843 or 2956583. OLE color: 2956583.

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

Color convert

RGB392945-
CMYK0.130.3600.82
HSL277.5º21.62%14.51%-
HSV(B)277.5º35.56%17.65%-
XYZ1.751.52.68-
YUV33.81134.31131.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=34.51%
G=25.66%
B=39.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3929450.130.3600.82277.521.6214.51
Hex271D2DD2405211616f
Octal473555154401224262617
Binary10011111101101101110110010001010010100010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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