#2B262D

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

Shades of Blackcurrant #2B262D

Tints of Blackcurrant #2B262D

Color information

#2B262D (or 0x2B262D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 26 and 2D. RGB value is (43,38,45). Sum of RGB (Red+Green+Blue) = 43+38+45=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262D is #D4D9D2. Grayscale: #282828. Windows color (decimal): -13949395 or 2958891. OLE color: 2958891.

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

Color convert

RGB433845-
CMYK0.040.1600.82
HSL282.86º8.43%16.27%-
HSV(B)282.86º15.56%17.65%-
XYZ2.162.092.77-
YUV40.29130.66129.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.13%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=34.13%
G=30.16%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4338450.040.1600.82282.868.4316.27
Hex2B262D41005211b810
Octal53465542001224331020
Binary1010111001101011011001000001010010100011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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