#2B2531

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

Shades of Blackcurrant #2B2531

Tints of Blackcurrant #2B2531

Color information

#2B2531 (or 0x2B2531) is unknown color: approx Blackcurrant. HEX triplet: 2B, 25 and 31. RGB value is (43,37,49). Sum of RGB (Red+Green+Blue) = 43+37+49=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2531 is #D4DACE. Grayscale: #282828. Windows color (decimal): -13949647 or 3220779. OLE color: 3220779.

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

Color convert

RGB433749-
CMYK0.120.2400.81
HSL270º13.95%16.86%-
HSV(B)270º24.49%19.22%-
XYZ2.212.063.19-
YUV40.16132.99130.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=33.33%
G=28.68%
B=37.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4337490.120.2400.8127013.9516.86
Hex2B2531C1805110ee11
Octal534561143001214161621
Binary10101110010111000111001100001010001100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,49); }

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

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

 a { background-color: rgb(43,37,49); }

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

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

 span { border-color: rgb(43,37,49); }

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