#2C2631

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

Shades of Blackcurrant #2C2631

Tints of Blackcurrant #2C2631

Color information

#2C2631 (or 0x2C2631) is unknown color: approx Blackcurrant. HEX triplet: 2C, 26 and 31. RGB value is (44,38,49). Sum of RGB (Red+Green+Blue) = 44+38+49=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2631 is #D3D9CE. Grayscale: #292929. Windows color (decimal): -13883855 or 3221036. OLE color: 3221036.

HSL color Cylindrical-coordinate representation of color #2C2631: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2C2631 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB443849-
CMYK0.100.2200.81
HSL272.73º12.64%17.06%-
HSV(B)272.73º22.45%19.22%-
XYZ2.292.143.2-
YUV41.05132.49130.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.59%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=33.59%
G=29.01%
B=37.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4438490.100.2200.81272.7312.6417.06
Hex2C2631A16051111d11
Octal544661122601214211521
Binary10110010011011000110101011001010001100010001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,49); }

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

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

 a { background-color: rgb(44,38,49); }

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

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

 span { border-color: rgb(44,38,49); }

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