#2B1144

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

Shades of Blackcurrant #2B1144

Tints of Blackcurrant #2B1144

Color information

#2B1144 (or 0x2B1144) is unknown color: approx Blackcurrant. HEX triplet: 2B, 11 and 44. RGB value is (43,17,68). Sum of RGB (Red+Green+Blue) = 43+17+68=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #2B1144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1144 is #D4EEBB. Grayscale: #1E1E1E. Windows color (decimal): -13954748 or 4460843. OLE color: 4460843.

HSL color Cylindrical-coordinate representation of color #2B1144: hue angle of 270.59º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B1144 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB431768-
CMYK0.370.7500.73
HSL270.59º60%16.67%-
HSV(B)270.59º75%26.67%-
XYZ2.241.335.61-
YUV30.59149.11136.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.59%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 68 (26.95% from 255) = 53.12%
R=33.59%
G=13.28%
B=53.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4317680.370.7500.73270.596016.67
Hex2B1144254B04910f3c11
Octal53211044511301114177421
Binary10101110001100010010010110010110100100110000111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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