#2B1537

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

Shades of Blackcurrant #2B1537

Tints of Blackcurrant #2B1537

Color information

#2B1537 (or 0x2B1537) is unknown color: approx Blackcurrant. HEX triplet: 2B, 15 and 37. RGB value is (43,21,55). Sum of RGB (Red+Green+Blue) = 43+21+55=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1537 is #D4EAC8. Grayscale: #1F1F1F. Windows color (decimal): -13953737 or 3609899. OLE color: 3609899.

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

Color convert

RGB432155-
CMYK0.220.6200.78
HSL278.82º44.74%14.9%-
HSV(B)278.82º61.82%21.57%-
XYZ1.951.333.77-
YUV31.45141.29136.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 55 (21.88% from 255) = 46.22%
R=36.13%
G=17.65%
B=46.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4321550.220.6200.78278.8244.7414.9
Hex2B1537163E04E1172df
Octal532567267601164275517
Binary1010111010111011110110111110010011101000101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,55); }

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

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

 a { background-color: rgb(43,21,55); }

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

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

 span { border-color: rgb(43,21,55); }

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