#2C272E

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

Shades of Blackcurrant #2C272E

Tints of Blackcurrant #2C272E

Color information

#2C272E (or 0x2C272E) is unknown color: approx Blackcurrant. HEX triplet: 2C, 27 and 2E. RGB value is (44,39,46). Sum of RGB (Red+Green+Blue) = 44+39+46=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C272E is #D3D8D1. Grayscale: #292929. Windows color (decimal): -13883602 or 3024684. OLE color: 3024684.

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

Color convert

RGB443946-
CMYK0.040.1500.82
HSL282.86º8.24%16.67%-
HSV(B)282.86º15.22%18.04%-
XYZ2.262.182.89-
YUV41.29130.66129.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=34.11%
G=30.23%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4439460.040.1500.82282.868.2416.67
Hex2C272E4F05211b811
Octal54475641701224331021
Binary101100100111101110100111101010010100011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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