#2B242F

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

Shades of Blackcurrant #2B242F

Tints of Blackcurrant #2B242F

Color information

#2B242F (or 0x2B242F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 24 and 2F. RGB value is (43,36,47). Sum of RGB (Red+Green+Blue) = 43+36+47=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B242F is #D4DBD0. Grayscale: #272727. Windows color (decimal): -13949905 or 3089451. OLE color: 3089451.

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

Color convert

RGB433647-
CMYK0.090.2300.82
HSL278.18º13.25%16.27%-
HSV(B)278.18º23.4%18.43%-
XYZ2.141.982.96-
YUV39.35132.32130.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.13%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=34.13%
G=28.57%
B=37.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4336470.090.2300.82278.1813.2516.27
Hex2B242F917052116d10
Octal534457112701224261520
Binary10101110010010111110011011101010010100010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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