#15261B

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

Shades of Black Bean #15261B

Tints of Black Bean #15261B

Color information

#15261B (or 0x15261B) is unknown color: approx Black Bean. HEX triplet: 15, 26 and 1B. RGB value is (21,38,27). Sum of RGB (Red+Green+Blue) = 21+38+27=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #15261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15261B is #EAD9E4. Grayscale: #1F1F1F. Windows color (decimal): -15391205 or 1779221. OLE color: 1779221.

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

Color convert

RGB213827-
CMYK0.4500.290.85
HSL141.18º28.81%11.57%-
HSV(B)141.18º44.74%14.9%-
XYZ1.21.621.29-
YUV31.66125.37120.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=24.42%
G=44.19%
B=31.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2138270.4500.290.85141.1828.8111.57
Hex15261B2D01D558d1dc
Octal254633550351252153514
Binary1010110011011011101101011101101010110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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