#2B232F

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

Shades of Blackcurrant #2B232F

Tints of Blackcurrant #2B232F

Color information

#2B232F (or 0x2B232F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 23 and 2F. RGB value is (43,35,47). Sum of RGB (Red+Green+Blue) = 43+35+47=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B232F is #D4DCD0. Grayscale: #262626. Windows color (decimal): -13950161 or 3089195. OLE color: 3089195.

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

Color convert

RGB433547-
CMYK0.090.2600.82
HSL280º14.63%16.08%-
HSV(B)280º25.53%18.43%-
XYZ2.111.922.95-
YUV38.76132.65131.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.4%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=34.4%
G=28%
B=37.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4335470.090.2600.8228014.6316.08
Hex2B232F91A052118f10
Octal534357113201224301720
Binary10101110001110111110011101001010010100011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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