#2D2631

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

Shades of Blackcurrant #2D2631

Tints of Blackcurrant #2D2631

Color information

#2D2631 (or 0x2D2631) is unknown color: approx Blackcurrant. HEX triplet: 2D, 26 and 31. RGB value is (45,38,49). Sum of RGB (Red+Green+Blue) = 45+38+49=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2631 is #D2D9CE. Grayscale: #292929. Windows color (decimal): -13818319 or 3221037. OLE color: 3221037.

HSL color Cylindrical-coordinate representation of color #2D2631: hue angle of 278.18º 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 #2D2631 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB453849-
CMYK0.080.2200.81
HSL278.18º12.64%17.06%-
HSV(B)278.18º22.45%19.22%-
XYZ2.332.173.2-
YUV41.35132.32130.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.09%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=34.09%
G=28.79%
B=37.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4538490.080.2200.81278.1812.6417.06
Hex2D2631816051116d11
Octal554661102601214261521
Binary10110110011011000110001011001010001100010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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