#271A2D

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

Shades of Blackcurrant #271A2D

Tints of Blackcurrant #271A2D

Color information

#271A2D (or 0x271A2D) is unknown color: approx Blackcurrant. HEX triplet: 27, 1A and 2D. RGB value is (39,26,45). Sum of RGB (Red+Green+Blue) = 39+26+45=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #271A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A2D is #D8E5D2. Grayscale: #1F1F1F. Windows color (decimal): -14214611 or 2955815. OLE color: 2955815.

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

Color convert

RGB392645-
CMYK0.130.4200.82
HSL281.05º26.76%13.92%-
HSV(B)281.05º42.22%17.65%-
XYZ1.681.362.66-
YUV32.05135.31132.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=35.45%
G=23.64%
B=40.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3926450.130.4200.82281.0526.7613.92
Hex271A2DD2A0521191be
Octal473255155201224313316
Binary10011111010101101110110101001010010100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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