#2C292F

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

Shades of Blackcurrant #2C292F

Tints of Blackcurrant #2C292F

Color information

#2C292F (or 0x2C292F) is unknown color: approx Blackcurrant. HEX triplet: 2C, 29 and 2F. RGB value is (44,41,47). Sum of RGB (Red+Green+Blue) = 44+41+47=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C292F is #D3D6D0. Grayscale: #2A2A2A. Windows color (decimal): -13883089 or 3090732. OLE color: 3090732.

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

Color convert

RGB444147-
CMYK0.060.1300.82
HSL270º6.82%17.25%-
HSV(B)270º12.77%18.43%-
XYZ2.342.333.01-
YUV42.58130.49129.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=33.33%
G=31.06%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4441470.060.1300.822706.8217.25
Hex2C292F6D05210e711
Octal5451576150122416721
Binary10110010100110111111011010101001010000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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