#2B212E

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

Shades of Blackcurrant #2B212E

Tints of Blackcurrant #2B212E

Color information

#2B212E (or 0x2B212E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 21 and 2E. RGB value is (43,33,46). Sum of RGB (Red+Green+Blue) = 43+33+46=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B212E is #D4DED1. Grayscale: #252525. Windows color (decimal): -13950674 or 3023147. OLE color: 3023147.

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

Color convert

RGB433346-
CMYK0.070.2800.82
HSL286.15º16.46%15.49%-
HSV(B)286.15º28.26%18.04%-
XYZ2.031.82.82-
YUV37.47132.81131.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=35.25%
G=27.05%
B=37.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4333460.070.2800.82286.1516.4615.49
Hex2B212E71C05211e10f
Octal53415673401224362017
Binary1010111000011011101111110001010010100011110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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