#2B272F

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

Shades of Blackcurrant #2B272F

Tints of Blackcurrant #2B272F

Color information

#2B272F (or 0x2B272F) is unknown color: approx Blackcurrant. HEX triplet: 2B, 27 and 2F. RGB value is (43,39,47). Sum of RGB (Red+Green+Blue) = 43+39+47=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B272F is #D4D8D0. Grayscale: #292929. Windows color (decimal): -13949137 or 3090219. OLE color: 3090219.

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

Color convert

RGB433947-
CMYK0.090.1700.82
HSL270º9.3%16.86%-
HSV(B)270º17.02%18.43%-
XYZ2.232.172.99-
YUV41.11131.33129.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=33.33%
G=30.23%
B=36.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4339470.090.1700.822709.316.86
Hex2B272F91105210e911
Octal534757112101224161121
Binary10101110011110111110011000101010010100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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