#2C272F

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

Shades of Blackcurrant #2C272F

Tints of Blackcurrant #2C272F

Color information

#2C272F (or 0x2C272F) is unknown color: approx Blackcurrant. HEX triplet: 2C, 27 and 2F. RGB value is (44,39,47). Sum of RGB (Red+Green+Blue) = 44+39+47=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C272F is #D3D8D0. Grayscale: #292929. Windows color (decimal): -13883601 or 3090220. OLE color: 3090220.

HSL color Cylindrical-coordinate representation of color #2C272F: hue angle of 277.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2C272F is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB443947-
CMYK0.060.1700.82
HSL277.5º9.3%16.86%-
HSV(B)277.5º17.02%18.43%-
XYZ2.282.192.99-
YUV41.41131.16129.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.85%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=33.85%
G=30%
B=36.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4439470.060.1700.82277.59.316.86
Hex2C272F611052116911
Octal54475762101224261121
Binary1011001001111011111101000101010010100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C272F; }

 p { color: rgb(44,39,47); }

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

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

 a { background-color: rgb(44,39,47); }

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

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

 span { border-color: rgb(44,39,47); }

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