#2B242D

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

Shades of Blackcurrant #2B242D

Tints of Blackcurrant #2B242D

Color information

#2B242D (or 0x2B242D) is unknown color: approx Blackcurrant. HEX triplet: 2B, 24 and 2D. RGB value is (43,36,45). Sum of RGB (Red+Green+Blue) = 43+36+45=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B242D is #D4DBD2. Grayscale: #272727. Windows color (decimal): -13949907 or 2958379. OLE color: 2958379.

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

Color convert

RGB433645-
CMYK0.040.200.82
HSL286.67º11.11%15.88%-
HSV(B)286.67º20%17.65%-
XYZ2.11.962.75-
YUV39.12131.32130.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=34.68%
G=29.03%
B=36.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4336450.040.200.82286.6711.1115.88
Hex2B242D41405211fb10
Octal53445542401224371320
Binary1010111001001011011001010001010010100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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