#2B1140

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

Shades of Blackcurrant #2B1140

Tints of Blackcurrant #2B1140

Color information

#2B1140 (or 0x2B1140) is unknown color: approx Blackcurrant. HEX triplet: 2B, 11 and 40. RGB value is (43,17,64). Sum of RGB (Red+Green+Blue) = 43+17+64=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B1140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1140 is #D4EEBF. Grayscale: #1D1D1D. Windows color (decimal): -13954752 or 4198699. OLE color: 4198699.

HSL color Cylindrical-coordinate representation of color #2B1140: hue angle of 273.19º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B1140 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB431764-
CMYK0.330.7300.75
HSL273.19º58.02%15.88%-
HSV(B)273.19º73.44%25.1%-
XYZ2.121.284.99-
YUV30.13147.11137.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=34.68%
G=13.71%
B=51.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4317640.330.7300.75273.1958.0215.88
Hex2B1140214904B1113a10
Octal53211004111101134217220
Binary10101110001100000010000110010010100101110001000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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