#2B1145

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

Shades of Blackcurrant #2B1145

Tints of Blackcurrant #2B1145

Color information

#2B1145 (or 0x2B1145) is unknown color: approx Blackcurrant. HEX triplet: 2B, 11 and 45. RGB value is (43,17,69). Sum of RGB (Red+Green+Blue) = 43+17+69=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #2B1145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1145 is #D4EEBA. Grayscale: #1E1E1E. Windows color (decimal): -13954747 or 4526379. OLE color: 4526379.

HSL color Cylindrical-coordinate representation of color #2B1145: hue angle of 270º 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 #2B1145 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB431769-
CMYK0.380.7500.73
HSL270º60.47%16.86%-
HSV(B)270º75.36%27.06%-
XYZ2.271.345.77-
YUV30.7149.61136.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 69 (27.34% from 255) = 53.49%
R=33.33%
G=13.18%
B=53.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4317690.380.7500.7327060.4716.86
Hex2B1145264B04910e3c11
Octal53211054611301114167421
Binary10101110001100010110011010010110100100110000111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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