#2B1149

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

Shades of Blackcurrant #2B1149

Tints of Blackcurrant #2B1149

Color information

#2B1149 (or 0x2B1149) is unknown color: approx Blackcurrant. HEX triplet: 2B, 11 and 49. RGB value is (43,17,73). Sum of RGB (Red+Green+Blue) = 43+17+73=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B1149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1149 is #D4EEB6. Grayscale: #1E1E1E. Windows color (decimal): -13954743 or 4788523. OLE color: 4788523.

HSL color Cylindrical-coordinate representation of color #2B1149: hue angle of 267.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B1149 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB431773-
CMYK0.410.7700.71
HSL267.86º62.22%17.65%-
HSV(B)267.86º76.71%28.63%-
XYZ2.41.46.45-
YUV31.16151.61136.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.33%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=32.33%
G=12.78%
B=54.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4317730.410.7700.71267.8662.2217.65
Hex2B1149294D04710c3e12
Octal53211115111501074147622
Binary10101110001100100110100110011010100011110000110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,17,73); }

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

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

 a { background-color: rgb(43,17,73); }

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

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

 span { border-color: rgb(43,17,73); }

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