#2B1532

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

Shades of Blackcurrant #2B1532

Tints of Blackcurrant #2B1532

Color information

#2B1532 (or 0x2B1532) is unknown color: approx Blackcurrant. HEX triplet: 2B, 15 and 32. RGB value is (43,21,50). Sum of RGB (Red+Green+Blue) = 43+21+50=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B1532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1532 is #D4EACD. Grayscale: #1E1E1E. Windows color (decimal): -13953742 or 3282219. OLE color: 3282219.

HSL color Cylindrical-coordinate representation of color #2B1532: hue angle of 285.52º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B1532 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB432150-
CMYK0.140.5800.80
HSL285.52º40.85%13.92%-
HSV(B)285.52º58%19.61%-
XYZ1.841.283.17-
YUV30.88138.79136.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.72%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=37.72%
G=18.42%
B=43.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4321500.140.5800.80285.5240.8513.92
Hex2B1532E3A05011e29e
Octal532562167201204365116
Binary101011101011100101110111010010100001000111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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