#15271B

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

Shades of Black Bean #15271B

Tints of Black Bean #15271B

Color information

#15271B (or 0x15271B) is unknown color: approx Black Bean. HEX triplet: 15, 27 and 1B. RGB value is (21,39,27). Sum of RGB (Red+Green+Blue) = 21+39+27=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #15271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15271B is #EAD8E4. Grayscale: #202020. Windows color (decimal): -15390949 or 1779477. OLE color: 1779477.

HSL color Cylindrical-coordinate representation of color #15271B: hue angle of 140º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #15271B is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB213927-
CMYK0.4600.310.85
HSL140º30%11.76%-
HSV(B)140º46.15%15.29%-
XYZ1.231.691.3-
YUV32.25125.04119.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.14%
GREEN value IS 39 (15.62% from 255) = 44.83%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=24.14%
G=44.83%
B=31.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2139270.4600.310.851403011.76
Hex15271B2E01F558c1ec
Octal254733560371252143614
Binary1010110011111011101110011111101010110001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15271B; }

 p { color: rgb(21,39,27); }

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

<style>
 a { background-color: #15271B; }

 a { background-color: rgb(21,39,27); }

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

<style>
 span { border-color: #15271B; }

 span { border-color: rgb(21,39,27); }

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