#2B1439

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

Shades of Blackcurrant #2B1439

Tints of Blackcurrant #2B1439

Color information

#2B1439 (or 0x2B1439) is unknown color: approx Blackcurrant. HEX triplet: 2B, 14 and 39. RGB value is (43,20,57). Sum of RGB (Red+Green+Blue) = 43+20+57=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B1439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1439 is #D4EBC6. Grayscale: #1E1E1E. Windows color (decimal): -13953991 or 3740715. OLE color: 3740715.

HSL color Cylindrical-coordinate representation of color #2B1439: hue angle of 277.3º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B1439 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB432057-
CMYK0.250.6500.78
HSL277.3º48.05%15.1%-
HSV(B)277.3º64.91%22.35%-
XYZ1.981.314.02-
YUV31.1142.62136.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.83%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 57 (22.66% from 255) = 47.5%
R=35.83%
G=16.67%
B=47.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4320570.250.6500.78277.348.0515.1
Hex2B1439194104E11530f
Octal5324713110101164256017
Binary10101110100111001110011000001010011101000101011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,20,57); }

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

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

 a { background-color: rgb(43,20,57); }

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

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

 span { border-color: rgb(43,20,57); }

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