#2B242E

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

Shades of Blackcurrant #2B242E

Tints of Blackcurrant #2B242E

Color information

#2B242E (or 0x2B242E) is unknown color: approx Blackcurrant. HEX triplet: 2B, 24 and 2E. RGB value is (43,36,46). Sum of RGB (Red+Green+Blue) = 43+36+46=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B242E is #D4DBD1. Grayscale: #272727. Windows color (decimal): -13949906 or 3023915. OLE color: 3023915.

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

Color convert

RGB433646-
CMYK0.070.2200.82
HSL282º12.2%16.08%-
HSV(B)282º21.74%18.04%-
XYZ2.121.972.85-
YUV39.23131.82130.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=34.4%
G=28.8%
B=36.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4336460.070.2200.8228212.216.08
Hex2B242E71605211ac10
Octal53445672601224321420
Binary1010111001001011101111011001010010100011010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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