#2B1636

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

Shades of Blackcurrant #2B1636

Tints of Blackcurrant #2B1636

Color information

#2B1636 (or 0x2B1636) is unknown color: approx Blackcurrant. HEX triplet: 2B, 16 and 36. RGB value is (43,22,54). Sum of RGB (Red+Green+Blue) = 43+22+54=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #2B1636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1636 is #D4E9C9. Grayscale: #1F1F1F. Windows color (decimal): -13953482 or 3544619. OLE color: 3544619.

HSL color Cylindrical-coordinate representation of color #2B1636: hue angle of 279.38º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B1636 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB432254-
CMYK0.200.5900.79
HSL279.38º42.11%14.9%-
HSV(B)279.38º59.26%21.18%-
XYZ1.951.353.65-
YUV31.93140.46135.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.13%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=36.13%
G=18.49%
B=45.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4322540.200.5900.79279.3842.1114.9
Hex2B1636143B04F1172af
Octal532666247301174275217
Binary1010111011011011010100111011010011111000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,22,54); }

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

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

 a { background-color: rgb(43,22,54); }

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

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

 span { border-color: rgb(43,22,54); }

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