#272B28

Color #272B28 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #272B28

Tints of Black Bean #272B28

Color information

#272B28 (or 0x272B28) is unknown color: approx Black Bean. HEX triplet: 27, 2B and 28. RGB value is (39,43,40). Sum of RGB (Red+Green+Blue) = 39+43+40=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 43 - color contains mainly: green. Hex color #272B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B28 is #D8D4D7. Grayscale: #292929. Windows color (decimal): -14210264 or 2632487. OLE color: 2632487.

HSL color Cylindrical-coordinate representation of color #272B28: hue angle of 135º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #272B28 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB394340-
CMYK0.0900.070.83
HSL135º4.88%16.08%-
HSV(B)135º9.3%16.86%-
XYZ2.082.312.34-
YUV41.46127.17126.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=31.97%
G=35.25%
B=32.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3943400.0900.070.831354.8816.08
Hex272B289075387510
Octal4753501107123207520
Binary1001111010111010001001011110100111000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272B28; }

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

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

<style>
 a { background-color: #272B28; }

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

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

<style>
 span { border-color: #272B28; }

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

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