#272029

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

Shades of Blackcurrant #272029

Tints of Blackcurrant #272029

Color information

#272029 (or 0x272029) is unknown color: approx Blackcurrant. HEX triplet: 27, 20 and 29. RGB value is (39,32,41). Sum of RGB (Red+Green+Blue) = 39+32+41=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 41 - color contains mainly: blue. Hex color #272029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272029 is #D8DFD6. Grayscale: #232323. Windows color (decimal): -14213079 or 2695207. OLE color: 2695207.

HSL color Cylindrical-coordinate representation of color #272029: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #272029 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB393241-
CMYK0.050.2200.84
HSL286.67º12.33%14.31%-
HSV(B)286.67º21.95%16.08%-
XYZ1.751.622.32-
YUV35.12131.32130.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=34.82%
G=28.57%
B=36.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3932410.050.2200.84286.6712.3314.31
Hex27202951605411fce
Octal47405152601244371416
Binary100111100000101001101101100101010010001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272029; }

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

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

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

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

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

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

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

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