#272129

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

Shades of Blackcurrant #272129

Tints of Blackcurrant #272129

Color information

#272129 (or 0x272129) is unknown color: approx Blackcurrant. HEX triplet: 27, 21 and 29. RGB value is (39,33,41). Sum of RGB (Red+Green+Blue) = 39+33+41=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 41 - color contains mainly: blue. Hex color #272129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272129 is #D8DED6. Grayscale: #232323. Windows color (decimal): -14212823 or 2695463. OLE color: 2695463.

HSL color Cylindrical-coordinate representation of color #272129: hue angle of 285º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272129 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB393341-
CMYK0.050.2000.84
HSL285º10.81%14.51%-
HSV(B)285º19.51%16.08%-
XYZ1.781.682.33-
YUV35.71130.99130.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=34.51%
G=29.20%
B=36.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3933410.050.2000.8428510.8114.51
Hex27212951405411dbf
Octal47415152401244351317
Binary100111100001101001101101000101010010001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272129; }

 p { color: rgb(39,33,41); }

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

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

 a { background-color: rgb(39,33,41); }

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

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

 span { border-color: rgb(39,33,41); }

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