#2B222E

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

Shades of Blackcurrant #2B222E

Tints of Blackcurrant #2B222E

Color information

#2B222E (or 0x2B222E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 22 and 2E. RGB value is (43,34,46). Sum of RGB (Red+Green+Blue) = 43+34+46=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B222E is #D4DDD1. Grayscale: #262626. Windows color (decimal): -13950418 or 3023403. OLE color: 3023403.

HSL color Cylindrical-coordinate representation of color #2B222E: hue angle of 285º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B222E is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB433446-
CMYK0.070.2600.82
HSL285º15%15.69%-
HSV(B)285º26.09%18.04%-
XYZ2.061.852.83-
YUV38.06132.48131.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=34.96%
G=27.64%
B=37.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4334460.070.2600.822851515.69
Hex2B222E71A05211df10
Octal53425673201224351720
Binary1010111000101011101111101001010010100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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