#2B262E

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

Shades of Blackcurrant #2B262E

Tints of Blackcurrant #2B262E

Color information

#2B262E (or 0x2B262E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 26 and 2E. RGB value is (43,38,46). Sum of RGB (Red+Green+Blue) = 43+38+46=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262E is #D4D9D1. Grayscale: #282828. Windows color (decimal): -13949394 or 3024427. OLE color: 3024427.

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

Color convert

RGB433846-
CMYK0.070.1700.82
HSL277.5º9.52%16.47%-
HSV(B)277.5º17.39%18.04%-
XYZ2.182.12.87-
YUV40.41131.16129.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=33.86%
G=29.92%
B=36.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4338460.070.1700.82277.59.5216.47
Hex2B262E711052116a10
Octal53465672101224261220
Binary1010111001101011101111000101010010100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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