#2B1531

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

Shades of Blackcurrant #2B1531

Tints of Blackcurrant #2B1531

Color information

#2B1531 (or 0x2B1531) is unknown color: approx Blackcurrant. HEX triplet: 2B, 15 and 31. RGB value is (43,21,49). Sum of RGB (Red+Green+Blue) = 43+21+49=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1531 is #D4EACE. Grayscale: #1E1E1E. Windows color (decimal): -13953743 or 3216683. OLE color: 3216683.

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

Color convert

RGB432149-
CMYK0.120.5700.81
HSL287.14º40%13.73%-
HSV(B)287.14º57.14%19.22%-
XYZ1.821.273.06-
YUV30.77138.29136.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.05%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=38.05%
G=18.58%
B=43.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4321490.120.5700.81287.144013.73
Hex2B1531C3905111f28e
Octal532561147101214375016
Binary101011101011100011100111001010100011000111111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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