#2B2231

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

Shades of Blackcurrant #2B2231

Tints of Blackcurrant #2B2231

Color information

#2B2231 (or 0x2B2231) is unknown color: approx Blackcurrant. HEX triplet: 2B, 22 and 31. RGB value is (43,34,49). Sum of RGB (Red+Green+Blue) = 43+34+49=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2231 is #D4DDCE. Grayscale: #262626. Windows color (decimal): -13950415 or 3220011. OLE color: 3220011.

HSL color Cylindrical-coordinate representation of color #2B2231: hue angle of 276º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B2231 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB433449-
CMYK0.120.3100.81
HSL276º18.07%16.27%-
HSV(B)276º30.61%19.22%-
XYZ2.121.883.16-
YUV38.4133.98131.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.13%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=34.13%
G=26.98%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4334490.120.3100.8127618.0716.27
Hex2B2231C1F0511141210
Octal534261143701214242220
Binary101011100010110001110011111010100011000101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,49); }

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

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

 a { background-color: rgb(43,34,49); }

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

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

 span { border-color: rgb(43,34,49); }

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