#2B1A33

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

Shades of Blackcurrant #2B1A33

Tints of Blackcurrant #2B1A33

Color information

#2B1A33 (or 0x2B1A33) is unknown color: approx Blackcurrant. HEX triplet: 2B, 1A and 33. RGB value is (43,26,51). Sum of RGB (Red+Green+Blue) = 43+26+51=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #2B1A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1A33 is #D4E5CC. Grayscale: #212121. Windows color (decimal): -13952461 or 3349035. OLE color: 3349035.

HSL color Cylindrical-coordinate representation of color #2B1A33: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B1A33 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB432651-
CMYK0.160.4900.8
HSL280.8º32.47%15.1%-
HSV(B)280.8º49.02%20%-
XYZ1.961.493.32-
YUV33.93137.63134.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=35.83%
G=21.67%
B=42.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4326510.160.4900.8280.832.4715.1
Hex2B1A33103105011920f
Octal533263206101204314017
Binary1010111101011001110000110001010100001000110011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,51); }

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

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

 a { background-color: rgb(43,26,51); }

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

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

 span { border-color: rgb(43,26,51); }

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