#2B1434

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

Shades of Blackcurrant #2B1434

Tints of Blackcurrant #2B1434

Color information

#2B1434 (or 0x2B1434) is unknown color: approx Blackcurrant. HEX triplet: 2B, 14 and 34. RGB value is (43,20,52). Sum of RGB (Red+Green+Blue) = 43+20+52=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B1434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1434 is #D4EBCB. Grayscale: #1E1E1E. Windows color (decimal): -13953996 or 3413035. OLE color: 3413035.

HSL color Cylindrical-coordinate representation of color #2B1434: hue angle of 283.12º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B1434 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB432052-
CMYK0.170.6200.80
HSL283.12º44.44%14.12%-
HSV(B)283.12º61.54%20.39%-
XYZ1.871.263.39-
YUV30.52140.12136.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.39%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=37.39%
G=17.39%
B=45.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4320520.170.6200.80283.1244.4414.12
Hex2B1434113E05011b2ce
Octal532464217601204335416
Binary1010111010011010010001111110010100001000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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