#2B1B37

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

Shades of Blackcurrant #2B1B37

Tints of Blackcurrant #2B1B37

Color information

#2B1B37 (or 0x2B1B37) is unknown color: approx Blackcurrant. HEX triplet: 2B, 1B and 37. RGB value is (43,27,55). Sum of RGB (Red+Green+Blue) = 43+27+55=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1B37 is #D4E4C8. Grayscale: #222222. Windows color (decimal): -13952201 or 3611435. OLE color: 3611435.

HSL color Cylindrical-coordinate representation of color #2B1B37: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1B37 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB432755-
CMYK0.220.5100.78
HSL274.29º34.15%16.08%-
HSV(B)274.29º50.91%21.57%-
XYZ2.081.573.81-
YUV34.98139.3133.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 55 (21.88% from 255) = 44%
R=34.4%
G=21.6%
B=44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4327550.220.5100.78274.2934.1516.08
Hex2B1B37163304E1122210
Octal533367266301164224220
Binary10101111011110111101101100110100111010001001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,27,55); }

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

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

 a { background-color: rgb(43,27,55); }

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

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

 span { border-color: rgb(43,27,55); }

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